vendor/activerecord/test/models/club.rb in relevance-castronaut-0.5.4 vs vendor/activerecord/test/models/club.rb in relevance-castronaut-0.6.0
- old
+ new
@@ -2,6 +2,12 @@
has_many :memberships
has_many :members, :through => :memberships
has_many :current_memberships
has_one :sponsor
has_one :sponsored_member, :through => :sponsor, :source => :sponsorable, :source_type => "Member"
+
+ private
+
+ def private_method
+ "I'm sorry sir, this is a *private* club, not a *pirate* club"
+ end
end
\ No newline at end of file