# config.active_record.observers = :cacher, :garbage_collector
# Make Active Record use UTC-base instead of local time
- # config.active_record.default_timezone = :utc
+ config.active_record.default_timezone = :utc
# See Rails::Configuration for more options
end
# inflect.uncountable %w( fish sheep )
# end
-MAIL_CONFIG = { :from => 'HyperChad <info@hyperchad.media.mit.edu>'}
+MAIL_CONFIG = { :from => 'Selectricity <info@selectricity.media.mit.edu>'}
# Include your application configuration below
require 'uniq_token'
config :salt, "voothingboat"
config :email_from, MAIL_CONFIG[:from]
config :admin_email, MAIL_CONFIG[:from]
- config :app_name, 'HyperChad'
+ config :app_name, 'Selectricity'
config :changeable_fields, []
config :use_email_notification, true
config :confirm_account, false
+end
Engines.start :login
# action mailer configuration
ActionMailer::Base.delivery_method = :sendmail
ActionMailer::Base.default_charset = "utf-8"
+