0.0
No release in over 3 years
Low commit activity in last 3 years
Product management 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

EcmProducts¶ ↑

Installation¶ ↑

Add the gem to your bundle:

# Gemfile
gem 'ecm_products'

Install your bundle:

> bundle install

Generate initializer:

> rails generate ecm:products:install

Add migrations:

> rake ecm_products_engine:install:migrations

Migrate:

> rake db:migrate

Add the routes:

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

Create sample data¶ ↑

rake ecm_products:db:populate

This project rocks and uses MIT-LICENSE.