Sha256: dba1e0118b28b04c3f779f420ac7f725794f5d97aa7944135f0920d4a26cab59

Contents?: true

Size: 156 Bytes

Versions: 4

Compression:

Stored size: 156 Bytes

Contents

# frozen_string_literal: true

module Gutentag::ActiveRecord::ClassMethods
  def tagged_with(options)
    Gutentag::TaggedWith.call self, options
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gutentag-2.1.0 lib/gutentag/active_record/class_methods.rb
gutentag-2.0.0 lib/gutentag/active_record/class_methods.rb
gutentag-1.1.0 lib/gutentag/active_record/class_methods.rb
gutentag-1.0.0 lib/gutentag/active_record/class_methods.rb