You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, report_validation_errors_to_rollbar is mixed into ActiveRecord only. Instead, it should be mixed into ActiveModel, since validations are tied directly to ActiveModel, and this would allow validation reporting to other ActiveModel compatible ORM/ODMs like Mongoid, etc.
The text was updated successfully, but these errors were encountered:
Currently,
report_validation_errors_to_rollbar
is mixed intoActiveRecord
only. Instead, it should be mixed intoActiveModel
, since validations are tied directly toActiveModel
, and this would allow validation reporting to otherActiveModel
compatible ORM/ODMs like Mongoid, etc.The text was updated successfully, but these errors were encountered: