Sha256: 8c3a019b8f98570457fd32246d7921115f935ccac40f23693180cb10cbd6f37c

Contents?: true

Size: 809 Bytes

Versions: 89

Compression:

Stored size: 809 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers #:nodoc:
    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

89 entries across 89 versions & 4 rubygems

Version Path
actionview-5.2.8.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.8 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.7.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.7 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.6.3 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.6.2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.6.1 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.6 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.6 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.5 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.5 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.4 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.3 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.2 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.1 lib/action_view/helpers/record_tag_helper.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/actionview-5.2.3/lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4 lib/action_view/helpers/record_tag_helper.rb
actionview-5.2.4.rc1 lib/action_view/helpers/record_tag_helper.rb
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/actionview-5.2.3/lib/action_view/helpers/record_tag_helper.rb
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/actionview-5.2.3/lib/action_view/helpers/record_tag_helper.rb