SchemaPlus / schema_associations

ActiveRecord extension that automatically (DRY) creates associations based on the schema
Other
46 stars 8 forks source link

Should be able to find associations by column name #4

Open ronen opened 12 years ago

ronen commented 12 years ago

If somebody isn't using foreign key constraints, should still (optionally) recognise that an integer-valued column named "foo_id" is a reference to table "foos" if such a table exists.