module Knitkit::Extensions::ActiveRecord::ActsAsCommentable::InstanceMethods

Public Instance Methods

add_comment(options={}) click to toggle source
# File lib/knitkit/extensions/active_record/acts_as_commentable.rb, line 25
def add_comment(options={})
  self.comments.create(options)
end