Skip to content

Commit

Permalink
Merge pull request #2383 from frank-west-iii/issue-2271-prepend-load
Browse files Browse the repository at this point in the history
Fix NoMethodError in order cycles index
  • Loading branch information
mkllnk authored Jun 26, 2018
2 parents f534628 + f2e1caa commit eb9064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/order_cycles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Admin
class OrderCyclesController < ResourceController
include OrderCyclesHelper

prepend_before_filter :load_data_for_index, :only => :index
before_filter :load_data_for_index, only: :index
before_filter :require_coordinator, only: :new
before_filter :remove_protected_attrs, only: [:update]
before_filter :require_order_cycle_set_params, only: [:bulk_update]
Expand Down

0 comments on commit eb9064f

Please sign in to comment.