Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 170 Bytes

README.rdoc

File metadata and controls

10 lines (8 loc) · 170 Bytes

Demo project

To run -

clone and change the database.yml as required
bundle
rake db:create db:migrate db:seed
rake db:test:prepare
rspec
rails s