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

Version Path
cmor_galleries-0.0.60.pre README.md
cmor_galleries-0.0.59.pre README.md
cmor_galleries-0.0.58.pre README.md
cmor_galleries-0.0.57.pre README.md
cmor_galleries-0.0.56.pre README.md
cmor_galleries-0.0.55.pre README.md
cmor_galleries-0.0.54.pre README.md
cmor_galleries-0.0.53.pre README.md
cmor_galleries-0.0.52.pre README.md
cmor_galleries-0.0.51.pre README.md
cmor_galleries-0.0.50.pre README.md
cmor_galleries-0.0.49.pre README.md
cmor_galleries-0.0.48.pre README.md
cmor_galleries-0.0.45.pre README.md
cmor_galleries-0.0.44.pre README.md
cmor_galleries-0.0.43.pre README.md
cmor_galleries-0.0.42.pre README.md
cmor_galleries-0.0.41.pre README.md
cmor_galleries-0.0.40.pre README.md
cmor_galleries-0.0.39.pre README.md