Sha256: f66e06db5bd702a169a26c412f7b0c49ab2f8d2d14f705b9183b548dd81262ae
Contents?: true
Size: 702 Bytes
Versions: 57
Compression:
Stored size: 702 Bytes
Contents
# Cmor::Files 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_files' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install cmor_files ``` Add migrations and migrate: ```bash $ rake cmor_files:install:migrations && rake db:migrate ``` Install routes and initializer: ```bash $ rails g cmor:files: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