lib/rails-env.rb in rails-env-1.0.4 vs lib/rails-env.rb in rails-env-1.0.5
- old
+ new
@@ -21,14 +21,14 @@
def self.config
Rails.configuration
end
def self.propagate_configuration!
- propagate(:action_mailer, "::ActionMailer::Base")
- propagate(:active_record, "::ActiveRecord::Base")
- propagate(:active_job, "::ActiveJob::Base")
propagate(:action_controller, "::ActionController::Base")
+ propagate(:action_mailer, "::ActionMailer::Base")
propagate(:action_view, "::ActionView::Base")
+ propagate(:active_job, "::ActiveJob::Base")
+ propagate(:active_record, "::ActiveRecord::Base")
propagate(:time_zone, "::Time", :zone)
propagate_i18n
end
def self.propagate_i18n