Flowdock

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

div_for(*) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/record_tag_helper.rb, line 6
      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
Register or log in to add new notes.