forked from OpenNeo/impress
Update to new set_table_name syntax
This commit is contained in:
parent
c5b87d992e
commit
20c1d3eb5f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class ParentSwfAssetRelationship < ActiveRecord::Base
|
||||
set_table_name 'parents_swf_assets'
|
||||
self.table_name = 'parents_swf_assets'
|
||||
|
||||
belongs_to :parent, :polymorphic => true
|
||||
|
||||
|
|
Loading…
Reference in a new issue