Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 297 Bytes

File metadata and controls

18 lines (10 loc) · 297 Bytes

This Rails plugin was made to add spreadsheet functionality to an existing Rails 4 app.

Add the gem to your Gemfile:

gem 'sheets', github: "ringe/sheets"

Run the install tasks:

$ rake sheets:install
$ rake db:migrate

This project rocks and uses MIT-LICENSE.