1Active Model provides a known set of interfaces for usage in model classes. They
2allow for Action Pack helpers to interact with non-Active Record models, for
3example. Active Model also helps with building custom ORMs for use outside of
4the Rails framework.
5
6Active Model provides a default module that implements the basic API required to
7integrate with Action Pack out of the box: ActiveModel::API.
8