/foundationstone

Primary LanguageRubyMIT LicenseMIT

Foundationstone

Will bootstrap your App.

Installation

  1. Include gem to the Gemfile
gem ‘foundationstone’
  1. Mount it like Rails engine
mount Foundationstone::Engine => '/'
  1. Install engine
rails g foundationstone:install