Alex B.
Alex B.
I went through some code and thought I could resolve it by simply making a minor tweak and using standardized_address[:address] instead: ``` stamp = Stamps.create!( :tracking_number => true, :rate =>...
+1 Just found this PR This feature would be very handy
+1 happening to me too
OK I have a fix/workaround - Upgrade gem "moocow" to 1.1.1 Then uninstall the older version (1.1.0) The dependency is ~> 1.1.0 so should work fine This resolved my issue