FastCrud

Fast Crud is here to help you write faster CRUD controllers and DRY in your project. It implement the basic CRUD methods on your controllers as described in the getting started of rails documentation

Installation

Add this line to your application's Gemfile:

gem 'fast_crud'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fast_crud

Usage

# To come

License

The gem is available as open source under the terms of the MIT License.