Class: ActiveModel::ValidationContext
- Inherits:
-
Object
- Object
- ActiveModel::ValidationContext
- Defined in:
- 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.
504 505 506 |
# File 'lib/active_model/validations.rb', line 504 def context @context end |