Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 437 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 437 Bytes

Refinery CMS Calendar extension

Build Status

Install

Add this line to your application's Gemfile

gem 'refinerycms-calendar', '~> 3.0.0'

Next run

bundle install
rails generate refinery:calendar
rake db:migrate
rake db:seed

Now when you start up your Refinery application.