File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed 
railties/lib/rails/generators/rails/app/templates/config Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,13 @@ module <%= app_const_base %>
3232    config.load_defaults Rails::VERSION::STRING.to_f
3333<%- end -%>
3434
35-     # Settings in config/environments/* take precedence over those specified here.
36-     # Application configuration can go into files in config/initializers
37-     # -- all .rb files in that directory are automatically loaded after loading
38-     # the framework and any gems in your application.
35+     # Configuration for the application, engines, and railties goes here.
36+     #
37+     # These settings can be overridden in specific environments using the files
38+     # in config/environments, which are processed later.
39+     #
40+     # config.time_zone = "Central Time (US & Canada)"
41+     # config.eager_load_paths << Rails.root.join("extras")
3942<%- if options.api? -%>
4043
4144    # Only loads a smaller set of middleware suitable for API only apps.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments