Skip to content

The usage sample of Asso. Asso is Rails generator for associations. It generate associations between models and automatically add join models if needed.

License

Notifications You must be signed in to change notification settings

hotvulcan/AssoGeneratorSample

Repository files navigation

README

test models rails g asso user has_one avatar (avatar belongs_to user) user has_many docs (doc belongs_to user) user many_to_many role ( user has_many user_roles user has_many roles role has_many user_roles role has_many users user_roles belongs_to users user_roles belongs_to roles

)

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

The usage sample of Asso. Asso is Rails generator for associations. It generate associations between models and automatically add join models if needed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published