Commit 4bd4f37
Changed files (2)
config
locales
config/locales/en.yml
@@ -20,5 +20,4 @@
# available at http://guides.rubyonrails.org/i18n.html.
en:
- hello: "Hello world"
invalid_credentials: "Ooops... that's not right!"
config/secrets.yml
@@ -5,7 +5,7 @@ development:
<<: *default
test:
- <<: *default
+ secret_key_base: 'blah'
staging:
<<: *default