Change deprecated *_filter methods to *_action
This commit is contained in:
parent
bee671c90e
commit
2100c738af
39 changed files with 66 additions and 66 deletions
|
|
@ -10,7 +10,7 @@ module FoodsoftUservoice
|
|||
module LoadUservoice
|
||||
def self.included(base) # :nodoc:
|
||||
base.class_eval do
|
||||
before_filter :add_uservoice_script
|
||||
before_action :add_uservoice_script
|
||||
|
||||
protected
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue