aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-12-31 16:17:11 +0100
committerAlex Legler <alex@a3li.li>2015-12-31 16:17:11 +0100
commita4ac347e712da57bb805fdd7519a1639b6192280 (patch)
treec12dc79d77822cdc4982b9ad9eef05e9886cd053
parentHide link to not implemented my account page (diff)
downloadglsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.tar.gz
glsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.tar.bz2
glsamaker-a4ac347e712da57bb805fdd7519a1639b6192280.zip
Fix typo in production env config
-rw-r--r--config/environments/production.rb2
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.