activemodel for rails < 3

Posted by brad on Stack Overflow See other posts from Stack Overflow or by brad
Published on 2010-05-07T02:24:36Z Indexed on 2010/05/07 2:28 UTC
Read the original article Hit count: 269

Filed under:
|

Does anyone know if activemodel works with 2.3.5? I'm looking for this exact functionality (namely, validations for non-AR objects) and I'm trying to find a clean solution for a Rails 2.3.5 app.

Or if anyone knows of a good gem/plugin to use that can mimic activerecord like validations for non AR objects, I'm all ears

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about activemodel