mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #27290 from lastgabs/active-model-docs
Fix ActiveModel::Model API documentation [ci skip]
This commit is contained in:
commit
ab2483c72a
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ module ActiveModel
|
|||
# == Active \Model \Basic \Model
|
||||
#
|
||||
# Includes the required interface for an object to interact with
|
||||
# <tt>ActionPack</tt>, using different <tt>ActiveModel</tt> modules.
|
||||
# Action Pack and Action View, using different Active Model modules.
|
||||
# It includes model name introspections, conversions, translations and
|
||||
# validations. Besides that, it allows you to initialize the object with a
|
||||
# hash of attributes, pretty much like <tt>ActiveRecord</tt> does.
|
||||
# hash of attributes, pretty much like Active Record does.
|
||||
#
|
||||
# A minimal implementation could be:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue