fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
438 B
Plaintext
10 lines
438 B
Plaintext
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/
|