Module: Lazy::Comments::ClassMethods
- Defined in:
- lib/comments.rb
Instance Method Summary collapse
Instance Method Details
#has_comments(*args) ⇒ Object
8 9 10 |
# File 'lib/comments.rb', line 8 def has_comments(*args) has_many :comments, as: :commentable, dependent: :destroy end |