freebsd-ports/databases/rubygem-activemodel71/pkg-descr
Po-Chuan Hsieh 2490688ccc
databases/rubygem-activemodel71: Add rubygem-activemodel71 7.1.1
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::API.
2023-11-01 15:55:59 +08:00

7 lines
400 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-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::API.