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
Might not be only Object methods, but is definitely at least those:
require"reform/form/active_model/validations"classBadForm < Reform::FormincludeReform::Form::ActiveModel::Validationsproperty:trust# or anything from `Object.public_methods`validates:trust,presence: trueendBadForm.new(Struct.new(:trust).new).validate({})# => true
The text was updated successfully, but these errors were encountered:
See trailblazer/reform#314 for conversation.
Original description:
Might not be only Object methods, but is definitely at least those:
The text was updated successfully, but these errors were encountered: