ECM News 2 Backend
Prerequisites
* itsf_backend
* ecm_pictures2
* ecm_news2
Installation
Add it to your Gemfile:
# Gemfile
gem 'ecm_news2'
gem 'ecm_news2_backend'
Generate the initializer, backend controller and routes:
rails g ecm:news:backend:install
How to run specs
gem install bundler
bundle
cd spec/dummy && rake db:migrate RAILS_ENV=test && cd ../..
guard
This project rocks and uses MIT-LICENSE.