##// END OF EJS Templates
Updated migration 41 to support table name prefix/sufix....
Jean-Philippe Lang -
r478:076655cdd8ca
parent child
Show More
@@ -57,6 +57,8 Rails::Initializer.run do |config|
57 # ActionMailer::Base.deliveries array.
57 # ActionMailer::Base.deliveries array.
58 #config.action_mailer.delivery_method = :test
58 #config.action_mailer.delivery_method = :test
59 config.action_mailer.delivery_method = :smtp
59 config.action_mailer.delivery_method = :smtp
60
61 config.active_record.table_name_prefix = "rdm_"
60 end
62 end
61
63
62 ActiveRecord::Errors.default_error_messages = {
64 ActiveRecord::Errors.default_error_messages = {
General Comments 0
You need to be logged in to leave comments. Login now