diff options
author | Ryan Garver <ragarver@gmail.com> | 2012-10-04 08:16:43 -0700 |
---|---|---|
committer | Ryan Garver <ragarver@gmail.com> | 2012-10-04 08:16:43 -0700 |
commit | e3438b0ca6d444224e0782b3acc24c45bc96f5ca (patch) | |
tree | 1334979eec6bdf784b7b2f18195b27953c3d46b7 /actionpack | |
parent | 1f3a8c873ed9b3fc8eb41ae775a570b95ebdf715 (diff) | |
download | rails-e3438b0ca6d444224e0782b3acc24c45bc96f5ca.tar.gz rails-e3438b0ca6d444224e0782b3acc24c45bc96f5ca.tar.bz2 rails-e3438b0ca6d444224e0782b3acc24c45bc96f5ca.zip |
Add nodoc to now public fragment_name_with_digest
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/cache_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/cache_helper.rb b/actionpack/lib/action_view/helpers/cache_helper.rb index 52ede40a0c..cfaac37672 100644 --- a/actionpack/lib/action_view/helpers/cache_helper.rb +++ b/actionpack/lib/action_view/helpers/cache_helper.rb @@ -113,6 +113,7 @@ module ActionView nil end + #:nodoc: def fragment_name_with_digest(name) if @virtual_path [ |