schema_associations 0.1.0
SchemaAssociations extends ActiveRecord to automatically create associations by inspecting the database schema. This is more more DRY than the standard behavior, for which in addition to specifying the foreign key in the migration, you must also specify complementary associations in two model files (e.g. a :belongs_to and a :has_many).
Gemfile:
=
install:
=
Runtime Dependencies (1):
schema_plus
>= 0