Created by: gracewashere
Add a Field
and partials to support has_one
relationships.
Previously, the generators would mistakenly recognize has_one
relationships as belongs_to
relationships, and try to use the belongs_to
partials to display the relationship.
This change adds support for recognizing has_one
relationships and displaying them correctly on the page.