Skip to content

Commit

Permalink
Change old style hash expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznum committed Oct 3, 2013
1 parent a22bbe7 commit f541c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Expand Up @@ -37,7 +37,7 @@
# Allow pass debug_assets=true as a query parameter to load pages with unpackaged assets
config.assets.allow_debugging = true

config.action_mailer.default_url_options = { :host => "sanataro.example.com" }
config.action_mailer.default_url_options = { host: "sanataro.example.com" }

config.cache_store = :null_store

Expand Down

0 comments on commit f541c54

Please sign in to comment.