Remove unused (and non-functioning) code
This commit is contained in:
parent
e50229c0bc
commit
28b8863627
4 changed files with 3 additions and 8 deletions
|
@ -15,7 +15,7 @@ class Relation < ActiveRecord::Base
|
|||
has_many :relation_tags
|
||||
|
||||
has_many :containing_relation_members, :class_name => "RelationMember", :as => :member
|
||||
has_many :containing_relations, :class_name => "Relation", :through => :containing_relation_members, :source => :relation, :extend => ObjectFinder
|
||||
has_many :containing_relations, :class_name => "Relation", :through => :containing_relation_members, :source => :relation
|
||||
|
||||
validates_presence_of :id, :on => :update
|
||||
validates_presence_of :timestamp,:version, :changeset_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue