You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Template class docs to the correct namespace [ci-skip]
Documentation of a class should be defined above the class definition,
not on the parent namespace.
This fixes the documentation of ActionView::Template::Renderable showing
up in ActionView::Template.
Most of the others are marked with `:nodoc:` anyway, so it shouldn't affect
their documentation.
0 commit comments