Sha256: eb95d0a82cab97f2cb52892fa0199cbea78e452fa883ff7da7c0a70ee2da3baf

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

module Gutentag::HasManyTags
  def has_many_tags
    ActiveSupport::Deprecation.warn <<-TXT
has_many_tags is now deprecated, and will be removed in Gutentag v1.0.0.
Replace it with Gutentag::ActiveRecord.call(self), and everything will continue
to work as expected.
    TXT
    Gutentag::ActiveRecord.call self
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gutentag-0.9.0 lib/gutentag/has_many_tags.rb