diff options
Diffstat (limited to 'extra/sample_plugin')
-rw-r--r-- | extra/sample_plugin/app/controllers/example_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb index dbc271a1b..b85599a37 100644 --- a/extra/sample_plugin/app/controllers/example_controller.rb +++ b/extra/sample_plugin/app/controllers/example_controller.rb @@ -3,7 +3,7 @@ class ExampleController < ApplicationController unloadable layout 'base' - before_filter :find_project, :authorize + before_action :find_project, :authorize menu_item :sample_plugin def say_hello |