We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7eae commit ec80bacCopy full SHA for ec80bac
actionview/lib/action_view/helpers/record_tag_helper.rb
@@ -1,15 +1,15 @@
1
module ActionView
2
module Helpers
3
module RecordTagHelper
4
- def div_for(*)
+ def div_for(*) # :nodoc:
5
raise NoMethodError, "The `div_for` method has been removed from " \
6
"Rails. To continue using it, add the `record_tag_helper` gem to " \
7
"your Gemfile:\n" \
8
" gem 'record_tag_helper', '~> 1.0'\n" \
9
"Consult the Rails upgrade guide for details."
10
end
11
12
- def content_tag_for(*)
+ def content_tag_for(*) # :nodoc:
13
raise NoMethodError, "The `content_tag_for` method has been removed from " \
14
15
0 commit comments