Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: query callbacks in model #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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