basic_model 0.1
BasicModel is intended to be used as a tableless model in Rails. It complies with the ActiveModel API and includes valdiations, so it can be used in form helpers without a problem.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activemodel
>= 3.0.0.beta4
activesupport
>= 3.0.0.beta4