/rails-flea-circus

A Simple Rails 5 Application Example

Primary LanguageRuby

CodeShipBadge Code Climate Test Coverage

The Rails Flea Circus

  • A Dog has_many fleas
  • A Flea belongs_to a dog
  • A User has_many circuses
  • A Circus has_and_belongs_to_many fleas
  • A Flea has_and_belongs_to_many circuses
  • A Dog has_many circuses through it's fleas
  • A Circus has_many dogs through it's fleas
  • A Circus has an image stored on Cloudinary
  • There are no cats