Skip to content

Commit

Permalink
getter function not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
blizkreeg committed Jan 5, 2014
1 parent ac34e56 commit 021efb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/deja/relationship.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ def label
return self.name.underscore.to_sym
end

def cardinality
@cardinality
end

def find(id_or_index)
relationship = Deja::Query.load_relationship(id_or_index)
relationize(relationship)
Expand Down

0 comments on commit 021efb7

Please sign in to comment.