Finally worky?

This commit is contained in:
Eric Schultz 2018-11-08 15:39:21 -06:00 committed by Luis Castro
parent 1685846828
commit c743fac976
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -1,6 +1,5 @@
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
Commitchange::Application.configure do Commitchange::Application.configure do
<<<<<<< HEAD
# Settings specified here will take precedence over those in config/application.rb # Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on # In the development environment your application's code is reloaded on
@ -57,5 +56,4 @@ Commitchange::Application.configure do
config.after_initialize do config.after_initialize do
ActiveRecord::Base.logger = nil ActiveRecord::Base.logger = nil
end end
end end