Commit 4bd4f37

mo khan <mo@mokhan.ca>
2014-11-15 03:30:03
add i18n tasks.
1 parent 851f942
Changed files (2)
config
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