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,6 +1,6 @@
|
|||
class PickupsController < ApplicationController
|
||||
|
||||
before_filter :authenticate_pickups
|
||||
before_action :authenticate_pickups
|
||||
|
||||
def index
|
||||
@orders = Order.finished_not_closed.order('pickup DESC').group_by { |o| o.pickup }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue