method

reload

reload()
public

Reloads the attributes of this object from the database.

1Note

reload equivalent for models

cghawthorne ยท Feb 11, 20104 thanks

The reset_column_information method provides a similar function for the model itself. Most useful during migrations.