public
Description: Provides Rails model services (such as validations) to non-ActiveRecord descendants.
Homepage:
Clone URL: git://github.com/ntalbott/active_model.git
name age message
file CHANGELOG Tue May 05 10:25:22 -0700 2009 added changelog [Matthew Bass]
file README Tue Feb 07 16:41:20 -0800 2006 Importing active_model plugin. git-svn-id: ht... [nathaniel]
file Rakefile Tue Feb 07 16:41:20 -0800 2006 Importing active_model plugin. git-svn-id: ht... [nathaniel]
file init.rb Tue Mar 28 10:52:12 -0800 2006 Merging back... git-svn-id: https://terralien.... [nathaniel]
directory lib/ Tue May 05 10:24:24 -0700 2009 added missing methods for Rails 2.3.2 [Matthew Bass]
directory test/ Tue May 05 10:24:24 -0700 2009 added missing methods for Rails 2.3.2 [Matthew Bass]
README
ActiveModel
===========

Provides validation and callbacks outside of the ActiveRecord::Base hierarchy.