summaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel72/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-activemodel72/pkg-descr')
-rw-r--r--databases/rubygem-activemodel72/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/rubygem-activemodel72/pkg-descr b/databases/rubygem-activemodel72/pkg-descr
new file mode 100644
index 000000000000..9e0e982e3352
--- /dev/null
+++ b/databases/rubygem-activemodel72/pkg-descr
@@ -0,0 +1,7 @@
+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.