2019-08-31 23:56:54 +02:00
|
|
|
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.
|
2019-08-25 20:04:11 +02:00
|
|
|
|
|
|
|
WWW: https://rubyonrails.org/
|
2019-08-31 23:56:54 +02:00
|
|
|
WWW: https://github.com/rails/rails/tree/master/activemodel
|