diff options
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 6fdeb06..cac5315 100644 --- a/config/environment.rb +++ b/config/environment.rb | |||
| @@ -1,2 +1,5 @@ | |||
| 1 | require File.expand_path('../application', __FILE__) | 1 | # Load the Rails application. |
| 2 | Cccms::Application.initialize! | 2 | require_relative "application" |
| 3 | |||
| 4 | # Initialize the Rails application. | ||
| 5 | Rails.application.initialize! | ||
