class Reference

Attributes

make_comments[RW]

Public Instance Methods

make_comments() click to toggle source
# File activerecord/test/models/reference.rb, line 14
def make_comments
  if self.class.make_comments
    person.update comments: "Reference destroyed"
  end
end