Skip to content

Commit

Permalink
Merge pull request #608 from codeforjapan/enable-use_cookies_with_met…
Browse files Browse the repository at this point in the history
…adata

fix: make use_cookies_with_metadata true (same as default)
  • Loading branch information
ayuki-joto authored Jul 10, 2024
2 parents 7cb8a61 + d52eaea commit f04a772
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0

# TODO: make this setting true
config.action_dispatch.use_cookies_with_metadata = false

config.generators do |g|
# remove some specs
g.test_framework :rspec,
Expand Down

0 comments on commit f04a772

Please sign in to comment.