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

Version Path
cmor_files-0.0.38.pre README.md
cmor_files-0.0.37.pre README.md
cmor_files-0.0.36.pre README.md
cmor_files-0.0.35.pre README.md
cmor_files-0.0.34.pre README.md
cmor_files-0.0.33.pre README.md
cmor_files-0.0.32.pre README.md
cmor_files-0.0.31.pre README.md
cmor_files-0.0.30.pre README.md
cmor_files-0.0.29.pre README.md
cmor_files-0.0.28.pre README.md
cmor_files-0.0.27.pre README.md
cmor_files-0.0.26.pre README.md
cmor_files-0.0.25.pre README.md
cmor_files-0.0.24.pre README.md
cmor_files-0.0.22.pre README.md
cmor_files-0.0.21.pre README.md
cmor_files-0.0.20.pre README.md
cmor_files-0.0.19.pre README.md
cmor_files-0.0.18.pre README.md