Sha256: 47b2f2b38bb8af7e669e43d0fcd3c45296c6d7290b7487e943f53f068a675d38
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
# Foundationstone Will bootstrap your App. ## Installation 1. Include gem to the `Gemfile` ```ruby gem ‘foundationstone’ ``` 2. Mount it like Rails engine ```ruby mount Foundationstone::Engine => '/' ``` 3. Install engine ``` rails g foundationstone:install ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foundationstone-0.0.4 | README.md |