module ValidatesTimeliness::ORM::ActiveRecord
Public Instance Methods
read_timeliness_attribute_before_type_cast(attr_name)
click to toggle source
# File lib/validates_timeliness/orm/active_record.rb, line 6 def read_timeliness_attribute_before_type_cast(attr_name) read_attribute_before_type_cast(attr_name) end