Skip to content

Commit

Permalink
rename helper
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 16, 2023
1 parent 9bace9c commit 4060ec6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/app/controllers/avo/charges_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This controller has been generated to enable Rails' resource routes.
# You shouldn't need to modify it in order to use Avo.
class Avo::ChargesController < Avo::ResourcesController
include Jumpstart::AdminHelpers
include Jumpstart::AdminPanelHelpers
end
2 changes: 1 addition & 1 deletion template/app/controllers/avo/customers_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Avo::CustomersController < Avo::ResourcesController
include Jumpstart::AdminHelpers
include Jumpstart::AdminPanelHelpers
end
2 changes: 1 addition & 1 deletion template/app/controllers/avo/plans_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Avo::PlansController < Avo::ResourcesController
include Jumpstart::AdminHelpers
include Jumpstart::AdminPanelHelpers
end
2 changes: 1 addition & 1 deletion template/app/controllers/avo/subscriptions_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Avo::SubscriptionsController < Avo::ResourcesController
include Jumpstart::AdminHelpers
include Jumpstart::AdminPanelHelpers
end

0 comments on commit 4060ec6

Please sign in to comment.