Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 611 Bytes

readme.md

File metadata and controls

42 lines (28 loc) · 611 Bytes

Casestudy engine for Refinery CMS

Installation

Simply use this by adding the following to your Gemfile:

gem 'refinerycms-casestudies', '~> 1.2.0'

Now, run bundle install

Next, to install the casestudy engine run:

rails generate refinery:casestudies

Run database migrations:

rake db:migrate

Finally seed your database and you're done.

rake db:seed

Upgrading from 1.0.x

From inside your RefineryCMS app directory run:

rails c

Then run

Refinery::Casestudies::Casestudy.all.map(&:save)