Skip to content

Commit

Permalink
Don't use config open that doesn't exist in some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcreid committed Oct 13, 2024
1 parent 85403b0 commit c3fd3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
# config.action_cable.disable_request_forgery_protection = true

# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true
# config.action_controller.raise_on_missing_callback_actions = true
end
2 changes: 1 addition & 1 deletion demo/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
# config.action_view.annotate_rendered_view_with_filenames = true

# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true
# config.action_controller.raise_on_missing_callback_actions = true
end

0 comments on commit c3fd3b3

Please sign in to comment.