1
0
Fork 0
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:
Sean Linsley 2016-07-04 16:08:25 -05:00
parent 5d9e6919c4
commit e9fd1cb4fa

View file

@ -33,7 +33,7 @@ module Draper
extend Draper::HelperSupport
extend Draper::DecoratesAssigned
before_filter :activate_draper
before_action :activate_draper
end
end