-
Jonathan Hefner authored
`ActiveModel::AttributeRegistration` is marked `:nodoc:`, so `type_for_attribute` must be documented under `ActiveModel::Attributes`, which includes `ActiveModel::AttributeRegistration`. Also, RDoc does not correctly interpret `:method:` docs when they are immediately followed by a visibility keyword. Therefore, this commit adds delimiter comments before the keywords, similar to 4726b1ab.
Jonathan Hefner authored`ActiveModel::AttributeRegistration` is marked `:nodoc:`, so `type_for_attribute` must be documented under `ActiveModel::Attributes`, which includes `ActiveModel::AttributeRegistration`. Also, RDoc does not correctly interpret `:method:` docs when they are immediately followed by a visibility keyword. Therefore, this commit adds delimiter comments before the keywords, similar to 4726b1ab.
Loading