Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Apr 22, 2017
1 parent eb51f4f commit da69fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- insert! and friends,
- PaperTrail.insert_all, update_all, delete_all
- insert_or_update, insert_or_update!
- if I ever do the merging logic keep it in mind that updated_at of the record
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PaperTrail is assailed with hundreds of test assertions for each release. Data i
# => on success:
# {:ok,
# %{model: %Post{__meta__: #Ecto.Schema.Metadata<:loaded, "posts">,
# title: "Elixir matures fast", content: "Future is already here, you deserve to be awesome!",
# title: "Elixir matures fast", content: "Future is already here, Elixir is the next step!",
# id: 1, inserted_at: #Ecto.DateTime<2016-09-15 21:42:38>,
# updated_at: #Ecto.DateTime<2016-09-15 22:00:59>},
# version: %PaperTrail.Version{__meta__: #Ecto.Schema.Metadata<:loaded, "versions">,
Expand Down

0 comments on commit da69fc5

Please sign in to comment.