We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: