Skip to content

Timestamps #10

Description

@mattbeedle

Right now once an entity is saved, you have to reload it to populate the timestamps:

user = User.new(name: 'test')
UserRepository.save(user)
user.created_at #=> nil
UserRepository.find(user.id).created_at #=> 2013-07-13 21:17:35 +0200

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions