|
def write_attribute_with_type_cast(attr_name, value, should_type_cast) |
def write_attribute_with_type_cast(attr_name, value, should_type_cast)
@attributes[attr_name.to_sym] = value
end
The argument should_type_cast is a mandatory method argument, but it's not used.
light_record/lib/light_record.rb
Line 79 in 490396e
The argument
should_type_castis a mandatory method argument, but it's not used.