lib/generators/environment/templates/environment.rb in active_generator-4.0.6 vs lib/generators/environment/templates/environment.rb in active_generator-5.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
<% if development? -%>
# In the development environment your application's code is reloaded on