From 4fb63f76432a68cc06aa93f0221b91053120f3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 14 May 2014 13:42:55 -0300 Subject: Mark _prefix as nodoc These methods are private API. --- actionview/lib/action_view/view_paths.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'actionview/lib/action_view') diff --git a/actionview/lib/action_view/view_paths.rb b/actionview/lib/action_view/view_paths.rb index 01d039f226..89880a944e 100644 --- a/actionview/lib/action_view/view_paths.rb +++ b/actionview/lib/action_view/view_paths.rb @@ -14,7 +14,7 @@ module ActionView :locale, :locale=, :to => :lookup_context module ClassMethods - def _prefixes + def _prefixes # :nodoc: @_prefixes ||= begin deprecated_prefixes = handle_deprecated_parent_prefixes and return deprecated_prefixes @@ -39,11 +39,10 @@ module ActionView end # The prefixes used in render "foo" shortcuts. - def _prefixes + def _prefixes # :nodoc: self.class._prefixes end - # LookupContext is the object responsible to hold all information required to lookup # templates, i.e. view paths and details. Check ActionView::LookupContext for more # information. -- cgit v1.2.3