chanzuckerberg/sorbet-rails

Add support for custom attribute type (Rails 5)

hdoan741 opened this issue · 0 comments

Rails 5 add a new API that let users define a custom type for attributes in a model. Currently Sorbet-rails read the attribute type from the database definition.

Learn more about attributes api: https://blog.bigbinary.com/2018/12/11/rails-5-attributes-api.html