PaperTrail.Version (paper_trail v0.10.11)
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 Types
Link to this section Functions
Link to this function
changeset(model, params \\ %{})
Link to this function
count(options \\ [])
Returns the count of all version records in the database
Link to this function
first(options \\ [])
Returns the first version record in the database by :inserted_at
Link to this function
last(options \\ [])
Returns the last version record in the database by :inserted_at