1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Sean Griffin 12cd2c494d Add ModelSchema::type_for_attribute to the public API
We want this method to be the single canonical source of information
about type metadata related to a model. This is the method I've been
continuously recommending people use if they need this sort of access,
as I have no plans to remove or change it at any point in the future.

We can do ourselves a favor and get people to use this instead of
relying on some other part of the internals that they shouldn't be by
making this method public.
2016-01-19 13:19:54 -07:00
..
active_record Add ModelSchema::type_for_attribute to the public API 2016-01-19 13:19:54 -07:00
rails/generators correctly presence check of application_record.rb in plugin 2016-01-02 14:44:50 +09:00
active_record.rb Merge pull request #22967 from schneems/schneems/generic-metadata 2016-01-08 13:42:48 -07:00