Skip to content

sugar-for-pirate-king/example-draper

Repository files navigation

Fun with Drapper.

Simple app to implement drapper. It's just shows list of collection music.

Depedencies

  • Draper
  • Faker

How to install

  • Migrate database (using Sqlite) with rails db:migrate
  • Seeds data (see db/seeds.rb) with rails db:seed
  • Then run the server with rails s