3dae631c21
Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-ActiveRecord models, for example. Active Model also helps building custom ORMs for use outside of the Rails framework. (This is part of Ruby on Rails 3.)
4 lines
251 B
Text
4 lines
251 B
Text
Active Model provides a known set of interfaces for usage in model classes.
|
|
They allow for Action Pack helpers to interact with non-ActiveRecord models,
|
|
for example. Active Model also helps building custom ORMs for use outside of
|
|
the Rails framework.
|