config/environment.rb in fat_free_crm-0.21.0 vs config/environment.rb in fat_free_crm-0.22.0
- old
+ new
@@ -3,10 +3,11 @@
# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
-# Load the rails application
-require_relative 'application'
-# Initialize the rails application
+# Load the Rails application.
+require_relative "application"
+
+# Initialize the Rails application.
Rails.application.initialize!