freebsd-ports/databases/rubygem-activemodel60/pkg-descr
Po-Chuan Hsieh 71089fca37
databases/rubygem-activemodel60: Update to 6.0.6
- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
2022-12-30 17:05:46 +08:00

7 lines
402 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::Model.