Add config/tokens.yml template

This commit is contained in:
Guillermo Iguaran 2013-12-10 09:38:27 -05:00
parent 93ee9f0cba
commit cb0fbbeac8
2 changed files with 9 additions and 0 deletions

@ -78,6 +78,7 @@ def config
template "routes.rb"
template "application.rb"
template "environment.rb"
template "tokens.yml"
directory "environments"
directory "initializers"

@ -0,0 +1,8 @@
development:
secret_key_base: <%= app_secret %>
test:
secret_key_base: <%= app_secret %>
production:
secret_key_base: <%= app_secret %>