Sha256: 927bbfc76d5caf3d85b9946c98ea3b8c8413b1285599892c50c74c937ac84215

Contents?: true

Size: 769 Bytes

Versions: 9

Compression:

Stored size: 769 Bytes

Contents

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
actionview-5.1.7 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.7.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.6.2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.6.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.6 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.5 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.5.rc1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.4 lib/action_view/helpers/record_tag_helper.rb
actionview-5.1.4.rc1 lib/action_view/helpers/record_tag_helper.rb