Sha256: 08b3a76069b484b3eaa32cb106b2da45be3821e26e43c20af4a8f9a61a2e794b
Contents?: true
Size: 722 Bytes
Versions: 57
Compression:
Stored size: 722 Bytes
Contents
# Cmor::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 'cmor_galleries' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install cmor_galleries ``` Add migrations and migrate: ```bash $ rake cmor_galleries:install:migrations && rake db:migrate ``` Install routes and initializer: ```bash $ rails g cmor: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
57 entries across 57 versions & 1 rubygems