Skip to content

Conversation

@qszhu
Copy link

@qszhu qszhu commented May 19, 2019

Not sure whether this is the best way to do it. I added these so that I could write something like the following in a base model:

module Models::Base

  # ...

  def before_insert
    @created_at = @updated_at = Time.utc
  end

  def before_update
    @updated_at = Time.utc
  end
end

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant