Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 210 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 210 Bytes

ranch_orm

To install dependencies:

brew install sqlite
bundle install --path vendor/bundle

To migrate the database:

bundle exec rake db:migrate

To run:

ruby lib/ranch.rb