Has Details plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install git://github.com/marten/has_details.git
Example
============
class User << ActiveRecord::Base has_details :firstname => String, :lastname => String, :birthday => Date, :gender => [:male, :female] end john = User.find(1) john.birthday = 5.years.ago john.gender => :male
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 4 months ago

