Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged attribute

  • Validates Constancy

    Allows you to prevent particular database fields from being changed after a record is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.

  • Templated Attribute

    Allows you to declare that certain attributes in your model are "templated." A templated attribute has a helpful initial value�kind of like a default value�except that these aren't valid data or saved in the database. They're suggestions to the user about the expected formatting or content of a field.