Sha256: 9710243ab691212f90b81c7cf89bffeb737650c4e7b77285e1be7e5a0676a571
Contents?: true
Size: 255 Bytes
Versions: 8
Compression:
Stored size: 255 Bytes
Contents
class UserFormWithRubyErrors include ObjectAttorney represents :user, properties: [:email] attr_accessor :terms_of_service validates_acceptance_of :terms_of_service, accept: true, allow_nil: false def submit fake_var == true end end
Version data entries
8 entries across 8 versions & 1 rubygems