Module: Commentable::InstanceMethods

Defined in:
lib/commentable/instance_methods.rb

Instance Method Summary collapse

Instance Method Details

#add_comment(options = {}) ⇒ Object



3
4
5
# File 'lib/commentable/instance_methods.rb', line 3

def add_comment(options = {})
  comments.create(options)
end