Commit 6747b15a8ee1006e59f29562323bb063a7fcc326

Authored by Weblate
2 parents 7b204ed0 cb6e853e

Merge remote-tracking branch 'origin/master'

plugins/sub_organizations/lib/sub_organizations_plugin/relation.rb
1 1 class SubOrganizationsPlugin::Relation < Noosfero::Plugin::ActiveRecord
  2 + record_timestamps = false
  3 +
2 4 belongs_to :parent, :polymorphic => true
3 5 belongs_to :child, :polymorphic => true
4 6  
... ...