|
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.