Module: ValidatesTimeliness::ORM::ActiveModel
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/validates_timeliness/orm/active_model.rb
Instance Method Summary collapse
Instance Method Details
#read_timeliness_attribute_before_type_cast(attr_name) ⇒ Object
6 7 8 |
# File 'lib/validates_timeliness/orm/active_model.rb', line 6 def read_timeliness_attribute_before_type_cast(attr_name) @attributes[attr_name].value_before_type_cast end |