Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 296 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 296 Bytes

Lato SWPManager

Installation

Add the lato_swpmanager gem on your Gemfile

gem 'lato_swpmanager'

Install the gem

bundle install

Generate config files

rails lato_swpmanager_initialize

Exec migrations

bundle exec rake db:migrate