Skip to content

Instantly share code, notes, and snippets.

@bitfidget
Last active August 29, 2015 13:57
Show Gist options
  • Save bitfidget/9542263 to your computer and use it in GitHub Desktop.
Save bitfidget/9542263 to your computer and use it in GitHub Desktop.
homework tasks for 2014/03/14
https://gist.github.com/wofockham/1000198e4ae7bed746ae
http://guides.rubyonrails.org/association_basics.html
to get the search thing going - the hint is 'substring'
also make all of this using MVC
wil require an associations db
book id | author id
25 | 1
25 | 87
you can have multiple authors listed for one book.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment