Sha256: 10886f9809f0894347ea4b71c030482917374d08d63e9ffa5b69693de5fbc4de
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
module StateMachine module Integrations module ActiveModel alias around_validation_protected around_validation def around_validation(*args, &block) around_validation_protected(*args, &block) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems