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

creator not set until after validation #5

Open
jmccaffrey opened this issue Feb 25, 2010 · 0 comments
Open

creator not set until after validation #5

jmccaffrey opened this issue Feb 25, 2010 · 0 comments
Milestone

Comments

@jmccaffrey
Copy link

Is there any reason why the stamper couldn't be set before validations?

I have a case where I want to ensure that a creator doesn't already have an object, but the creator id doesn't get set until after validations.

I changed stampable.rb to have
before_validation :set_updater_attribute
before_validation_on_create :set_creator_attribute

Is there a reason why this is a bad idea? (sorry if this covered in a google group already)

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

No branches or pull requests

1 participant