Updated migration 41 to support table name prefix/sufix.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@481 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8e4a5996b0
commit
076655cdd8
|
@ -57,6 +57,8 @@ Rails::Initializer.run do |config|
|
|||
# ActionMailer::Base.deliveries array.
|
||||
#config.action_mailer.delivery_method = :test
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
|
||||
config.active_record.table_name_prefix = "rdm_"
|
||||
end
|
||||
|
||||
ActiveRecord::Errors.default_error_messages = {
|
||||
|
|
Loading…
Reference in New Issue