Remove unnecessary include ActiveModel::Model in the doc [ci skip]

This commit is contained in:
Ryuta Kamizono 2020-01-29 11:40:41 +09:00
parent 1f08fec27e
commit dd77e787a0

@ -82,7 +82,6 @@ def initialize(*)
# Returns a hash of all the attributes with their names as keys and the values of the attributes as values.
#
# class Person
# include ActiveModel::Model
# include ActiveModel::Attributes
#
# attribute :name, :string