mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
before_filter -> before_action
This commit is contained in:
parent
5d9e6919c4
commit
e9fd1cb4fa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Draper
|
|||
extend Draper::HelperSupport
|
||||
extend Draper::DecoratesAssigned
|
||||
|
||||
before_filter :activate_draper
|
||||
before_action :activate_draper
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue