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.60.pre README.md
cmor_files-0.0.59.pre README.md
cmor_files-0.0.58.pre README.md
cmor_files-0.0.57.pre README.md
cmor_files-0.0.56.pre README.md
cmor_files-0.0.55.pre README.md
cmor_files-0.0.54.pre README.md
cmor_files-0.0.53.pre README.md
cmor_files-0.0.52.pre README.md
cmor_files-0.0.51.pre README.md
cmor_files-0.0.50.pre README.md
cmor_files-0.0.49.pre README.md
cmor_files-0.0.48.pre README.md
cmor_files-0.0.45.pre README.md
cmor_files-0.0.44.pre README.md
cmor_files-0.0.43.pre README.md
cmor_files-0.0.42.pre README.md
cmor_files-0.0.41.pre README.md
cmor_files-0.0.40.pre README.md
cmor_files-0.0.39.pre README.md