diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-11-25 18:18:44 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-11-25 18:18:44 +0200 |
commit | 40ff1318d29884e4d17e7e450d8a7633e5ac36a9 (patch) | |
tree | 80363a35c2bf62156678b351cbd0802021f9ba54 /config/environments/development.rb | |
parent | 913b408c021d3a9e8b940f580e1e537ef6ed77fd (diff) | |
download | gitlab-ce-40ff1318d29884e4d17e7e450d8a7633e5ac36a9.tar.gz |
Rails update to 4.2.4
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 827a110c249..c22722c606b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,4 +1,4 @@ -Gitlab::Application.configure do +Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb # In the development environment your application's code is reloaded on |