We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880683 commit 6402eb6Copy full SHA for 6402eb6
spec/dummy/app/controllers/welcome_controller.rb
@@ -1,5 +1,5 @@
1
class WelcomeController < ApplicationController
2
- skip_before_filter :authenticate_user!, only: [:index]
+ skip_before_action :authenticate_user!, only: [:index]
3
4
def index
5
end
0 commit comments