Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 324 Bytes

active-record-attributes.md

File metadata and controls

7 lines (5 loc) · 324 Bytes

Active record attributes

The attribute method can be used to define virtual columns for your model where you can store computed values from queries, or it can even override behavior for database-backed columns.

source