lib/lotus/generators/application/app/.env.development.tt in lotusrb-0.4.0 vs lib/lotus/generators/application/app/.env.development.tt in lotusrb-0.4.1
- old
+ new
@@ -1,3 +1,3 @@
# Define ENV variables for development environment
<%= config[:upcase_app_name] %>_DATABASE_URL="<%= config[:database_config][:uri][:development] %>"
-<%= config[:upcase_app_name] %>_SESSIONS_SECRET="<% SecureRandom.hex(32) %>"
+<%= config[:upcase_app_name] %>_SESSIONS_SECRET="<%= SecureRandom.hex(32) %>"