Sha256: 77f95906712444ec6192524fe11514bcf969f0cf25f1bc53b1facb1bf1be3874

Contents?: true

Size: 749 Bytes

Versions: 46

Compression:

Stored size: 749 Bytes

Contents

module ActionView
  module Helpers
    module RecordTagHelper
      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

      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
    end
  end
end

Version data entries

46 entries across 46 versions & 4 rubygems

Version Path
actionview-5.0.7.2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.7.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.7 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.6 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.6.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.3 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.3.rc3 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.5 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.5.rc2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.3.rc2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.5.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.3.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.2.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.4 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.4.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.0.3 lib/action_view/helpers/record_tag_helper.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/actionview-5.0.2/lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.0 lib/action_view/helpers/record_tag_helper.rb