instance method
section_title
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
section_title(title)
No documentation comment.
Parameters
-
titlereq
Source
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 167
def section_title(title)
@buffer << "\n#{title}:"
end
Defined in actionpack/lib/action_dispatch/routing/inspector.rb line 167
· View on GitHub
· Improve this page
· Find usages on GitHub