Customize

Introduction

customize is an rails engine intend to easy customize rails models with activerecord.

Features

  • characters

  • inherited

  • formula

Install

customize is designed for rails 3.0+

to use it, add to Gemfile:

gem 'customize'

install bundle:

bundle install

generate migrations and other resources:

rails g customize

Copyright

This project rocks and uses MIT-LICENSE.