Commit 6747b15a8ee1006e59f29562323bb063a7fcc326
Exists in
master
and in
29 other branches
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb
| 1 | class SubOrganizationsPlugin::Relation < Noosfero::Plugin::ActiveRecord | 1 | class SubOrganizationsPlugin::Relation < Noosfero::Plugin::ActiveRecord |
| 2 | + record_timestamps = false | ||
| 3 | + | ||
| 2 | belongs_to :parent, :polymorphic => true | 4 | belongs_to :parent, :polymorphic => true |
| 3 | belongs_to :child, :polymorphic => true | 5 | belongs_to :child, :polymorphic => true |
| 4 | 6 |