Skip to content

Commit

Permalink
Update calculators_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
loqimean authored Jan 15, 2025
1 parent ada6fe9 commit 54d720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/account/calculators_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Account::CalculatorsController < Account::BaseController
load_and_authorize_resource

def index
render "shared/under_construction" unless Rails.env.local?
# render "shared/under_construction" unless Rails.env.local?

@q = collection.ransack(params[:q])
@calculators = @q.result.page(params[:page])
Expand Down

0 comments on commit 54d720f

Please sign in to comment.