# timelineJS-rails This gem packages the [TimelineJS](http://timeline.verite.co/) for easy use with the Rails asset pipleine. ## General Installation Add to the assets group in your Gemfile: ```ruby gem 'timelineJS-rails' ``` Install the gem: ```ruby bundle install ```