Sha256: 8965f49636576c5439167c9d09d206d60ffb7c19b8e70b6940ba44b11b3be52c
Contents?: true
Size: 717 Bytes
Versions: 11
Compression:
Stored size: 717 Bytes
Contents
# Ecm::Galleries Short description and motivation. ## Usage How to use my plugin. ## Prerequisites Make sure you have installed and configured active storage. ## Installation Add this line to your application's Gemfile: ```ruby gem 'ecm_galleries' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install ecm_galleries ``` Add migrations and migrate: ```bash $ rake ecm_galleries:install:migrations && rake db:migrate ``` Install routes and initializer: ```bash $ rails g ecm:galleries:install ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
11 entries across 11 versions & 1 rubygems