##// 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 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