Skip to content
  • Jonathan Hefner's avatar
    29456080
    Ensure type_for_attribute method docs are visible [ci-skip] · 29456080
    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.
    29456080
    Ensure type_for_attribute method docs are visible [ci-skip]
    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