aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel5
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-activemodel5')
-rw-r--r--databases/rubygem-activemodel5/pkg-descr12
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/rubygem-activemodel5/pkg-descr b/databases/rubygem-activemodel5/pkg-descr
index 1b984adbfcff..5eee67fa991a 100644
--- a/databases/rubygem-activemodel5/pkg-descr
+++ b/databases/rubygem-activemodel5/pkg-descr
@@ -1,6 +1,10 @@
-A toolkit for building modeling frameworks like Active Record and
-Active Resource. Rich support for attributes, callbacks,
-validations, observers, serialization, internationalization,
-and testing.
+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.
WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/master/activemodel