This commit is contained in:
Hauke Klement
2015-03-11 15:15:55 +01:00
parent ff7f33cfd8
commit 059dc81ee5
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class HintsController < ApplicationController
private :hint_params
def index
@execution_environment.hints.order(:name)
@hints = @execution_environment.hints.order(:name)
authorize!
end