Description

Download

The latest version of the active_record_serialize_json source archive can be found at

Installation

You can use rubygems to fetch the gem and install it for you:

# gem install active_record_serialize_json

You can also put this line into your Rails environment.rb file

config.gem 'active_record_serialize_json'

and install the gem via

$ rake gems:install

Usage