RCQRS Generators
Additional Rails 3 generators for the RCQRS plugin
Installation
Add the rcqrs_generators gem to the development group in your Gemfile, and run bundle install.
gem "rcqrs_generators", :group => :development
Generators
Install
Installs RCQRS into your Rails application
rails generate rcqrs:install
Copyright
Copyright (c) 2011 Chris Stefano. See LICENSE for details.