You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write_attribute_with_type_cast is used in rails, but light_record don't do type casting at all.
This just overrides method to skip type casting. I don't want to call that method
light_record/lib/light_record.rb
Line 79 in 490396e
The argument
should_type_cast
is a mandatory method argument, but it's not used.The text was updated successfully, but these errors were encountered: