Change deprecated *_filter methods to *_action
This commit is contained in:
parent
bee671c90e
commit
2100c738af
39 changed files with 66 additions and 66 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class ErrorsController < ApplicationController
|
||||
include Gaffe::Errors
|
||||
|
||||
skip_before_filter :authenticate
|
||||
skip_before_action :authenticate
|
||||
|
||||
layout :current_layout
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue