docs: Update create_timestamp description (#234)

This commit is contained in:
Christian Tovar 2021-04-30 11:11:38 -05:00 committed by GitHub
parent 6643532278
commit a4badeff52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,7 @@ defmodule MyApp.Tweet do
# `create_timestamp` above is just shorthand for:
# attribute :inserted_at, :utc_datetime_usec,
# private?: true,
# writable?: false,
# default: &DateTime.utc_now/0
end