diff options
author | Alex Legler <alex@a3li.li> | 2015-12-31 16:17:11 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-31 16:17:11 +0100 |
commit | a4ac347e712da57bb805fdd7519a1639b6192280 (patch) | |
tree | c12dc79d77822cdc4982b9ad9eef05e9886cd053 | |
parent | Hide link to not implemented my account page (diff) | |
download | glsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.tar.gz glsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.tar.bz2 glsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.zip |
Fix typo in production env config
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 3c15775..8e8a630 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,4 +1,4 @@ -Rails.Application.configure do +Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. |