我如何使用Rails ActiveRecord :: Migration方法table_name_options()来设置表前缀?

时间:2014-07-06 15:37:23

标签: ruby-on-rails activerecord

我尝试在inflections.rb中使用此方法:

 ActiveRecord::Migration.table_name_options ( {table_name_prefix: 'tg_', table_name_suffix: ''})

ActiveRecord::Migration.table_name_prefix = 'tg_'

但它不起作用。

0 个答案:

没有答案