class RubyBox::Comment

Private Instance Methods

has_mini_format?() click to toggle source
# File lib/ruby-box/comment.rb, line 10
def has_mini_format?
  true
end
resource_name() click to toggle source
# File lib/ruby-box/comment.rb, line 6
def resource_name
  'comments'
end