module ActionView::Helpers::RecordTagHelper

def content_tag_for(*) # :nodoc:

:nodoc:
def content_tag_for(*) # :nodoc:
  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

def div_for(*) # :nodoc:

:nodoc:
def div_for(*) # :nodoc:
  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