Ivan Nesterovic
Results
2
issues of
Ivan Nesterovic
Fixes [#50](https://github.com/palkan/store_attribute/issues/50) ### Checklist - [x] I've added tests for this change - [x] I've added a Changelog entry - [x] I've updated a documentation (Readme) - Not needed
**Description** When you register attributes via `store_attributes` and pass in a type instance (instead of a symbol), with `self.store_attribute_register_attributes = true` the attribute registration code still calls `ActiveRecord::Type.lookup`, which errors...