0.0
No commit activity in last 3 years
No release in over 3 years
Provides downloads for active admin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

EcmDownloads¶ ↑

<img src=“https://secure.travis-ci.org/robotex82/ecm_downloads.png?branch=master” alt=“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.