Commit cb6e853e5b18a8cdb6873c8ceaacfce29a9020b4
1 parent
78fa9abe
Exists in
master
and in
27 other branches
sub-organizations: avoid timestamps register on relation model
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 |