Module: VoteableMinh::ClassMethods
- Defined in:
- lib/voteable_minh.rb
Instance Method Summary collapse
Instance Method Details
#class_method ⇒ Object
25 26 27 |
# File 'lib/voteable_minh.rb', line 25 def class_method has_many :votes, as: :voteable end |