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