Slide 49
Slide 49 text
Rails Attributes
• Every ActiveRecord object stores the
values for its attributes in a private variable
called @attributes
• ActiveRecord also adds methods for
accessing each attribute such as title, title=,
title?, etc.
Thursday, July 18, 13