Flowdock
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 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
Register or log in to add new notes.