1
0
Fork 0
forked from OpenNeo/impress

Update to new set_table_name syntax

This commit is contained in:
Matchu 2023-07-22 12:36:04 -07:00 committed by Matchu
parent c5b87d992e
commit 20c1d3eb5f

View file

@ -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