paper_trail v0.8.2 PaperTrail.Version
Link to this section Summary
Functions
Returns the count of all version records in the database
Returns the first version record in the database by :inserted_at
Returns the last version record in the database by :inserted_at
Link to this section Functions
Link to this function
changeset(model, params \\ :empty)
Link to this function
count()
Returns the count of all version records in the database
Link to this function
count(options)
Link to this function
first()
Returns the first version record in the database by :inserted_at
Link to this function
first(options)
Link to this function
last()
Returns the last version record in the database by :inserted_at
Link to this function