sorbet-rails icon indicating copy to clipboard operation
sorbet-rails copied to clipboard

Add support for custom attribute type (Rails 5)

Open hdoan741 opened this issue 5 years ago • 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

hdoan741 avatar Jun 20 '19 22:06 hdoan741