You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can only be used with extra effort to avoid name conflicts:
type - used by single table inheritance.
object - used to refer to the model being serialized in ActiveModelSerializer
@ga-wdi-boston/core: Others?
We should note this because naming things is hard.
The text was updated successfully, but these errors were encountered:
jrhorn424
changed the title
Property names to avoid when creating active record models
List of "reserved" words, unsuitable for properties or resource names (do not close)
Feb 7, 2017
These can only be used with extra effort to avoid name conflicts:
type
- used by single table inheritance.object
- used to refer to the model being serialized in ActiveModelSerializer@ga-wdi-boston/core: Others?
We should note this because naming things is hard.
The text was updated successfully, but these errors were encountered: