You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is still not resolved. In the 'Securing New Users' section, the line: before_filter :zero_authors_or_authenticated, only: [:new, :create] needs to be before_action :zero_authors_or_authenticated, only: [:new, :create]
http://tutorials.jumpstartlab.com/projects/blogger.html#i5:-authentication
before_filter is deprecated.
The text was updated successfully, but these errors were encountered: