before_filter -> before_action

This commit is contained in:
Sean Linsley 2016-07-04 16:08:25 -05:00
parent 5d9e6919c4
commit e9fd1cb4fa
1 changed files with 1 additions and 1 deletions

View File

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