Libraries
»
simple_validate
(1.1.1)
»
Index
»
SimpleValidate
»
Errors
»
#on
Method: SimpleValidate::Errors#on
Defined in:
lib/simple_validate/errors.rb
#
on
(key) ⇒
Object
17 18 19
# File 'lib/simple_validate/errors.rb', line 17
def
on
(
key
)
@messages
.
fetch
(
key
)
end