ActionView::Helpers::RecordTagHelper
Methods
C
D
Instance Public methods
content_tag_for(*)
# File actionview/lib/action_view/helpers/record_tag_helper.rb, line 12
def content_tag_for(*)
  raise NoMethodError, "The `content_tag_for` method has been removed from "            "Rails. To continue using it, add the `record_tag_helper` gem to "            "your Gemfile:\n"            "  gem 'record_tag_helper', '~> 1.0'\n"            "Consult the Rails upgrade guide for details."
end
div_for(*)
# File actionview/lib/action_view/helpers/record_tag_helper.rb, line 4
def div_for(*)
  raise NoMethodError, "The `div_for` method has been removed from "            "Rails. To continue using it, add the `record_tag_helper` gem to "            "your Gemfile:\n"            "  gem 'record_tag_helper', '~> 1.0'\n"            "Consult the Rails upgrade guide for details."
end