ecm_downloads2

Provides downloads for active admin.


License
MIT
Install
gem install ecm_downloads2 -v 5.0.4

Documentation

EcmDownloads

Build Status

Purpose

TODO

Features

TODO

Installation

Add the gem to your bundle:

# Gemfile
gem 'ecm_downloads'

Install your bundle:

> bundle install

Generate initializer:

> rails generate ecm:downloads:install

Add migrations:

> rake ecm_downloads_engine:install:migrations

Migrate:

> rake db:migrate

Add the routes:

# config/routes.rb
Ecm::Downloads::Routing.routes(self)

Usage

TODO>

Todo

TODO

License

This project rocks and uses MIT-LICENSE.