lib/hanami/commands/new/container.rb in hanami-0.8.0 vs lib/hanami/commands/new/container.rb in hanami-0.9.0

- old
+ new

@@ -18,9 +18,10 @@ def template_options { project_name: project_name, hanami_head: hanami_head?, + code_reloading: code_reloading?, test: test_framework.framework, database: database_config.type, database_config: database_config.to_hash, hanami_model_version: hanami_model_version, hanami_version: hanami_version,