SchemaPlus / schema_associations

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

Cleanup: Use schema_monkey rather than explicitly patching ActiveRecord. #17

Closed ronen closed 8 years ago

ronen commented 8 years ago

This eliminates the various alias_method_chains, and the railtie.

Addresses #16