@@ -57,6 +57,8 Rails::Initializer.run do |config| | |||
|
57 | 57 | # ActionMailer::Base.deliveries array. |
|
58 | 58 | #config.action_mailer.delivery_method = :test |
|
59 | 59 | config.action_mailer.delivery_method = :smtp |
|
60 | ||
|
61 | config.active_record.table_name_prefix = "rdm_" | |
|
60 | 62 | end |
|
61 | 63 | |
|
62 | 64 | ActiveRecord::Errors.default_error_messages = { |
General Comments 0
You need to be logged in to leave comments.
Login now