Class: ActiveModel::ValidationContext
- Defined in:
- activemodel/lib/active_model/validations.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
498 499 500 |
# File 'activemodel/lib/active_model/validations.rb', line 498 def context @context end |