Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 217 Bytes

File metadata and controls

18 lines (11 loc) · 217 Bytes

Installation

In your Gemfile, add this line:

  gem "raylayers", :require => false

Then, run bundle install.

To invoke the generator, run:

  rails generate raylayers:install

You're done!