Sha256: 35d5dcce54fd8c4f718ec978b558478b515b8c6a6510f32117a47c7466d56dc8
Contents?: true
Size: 262 Bytes
Versions: 7
Compression:
Stored size: 262 Bytes
Contents
module Categorical module Taggable extend ActiveSupport::Concern included do has_many :taggings, as: :taggable, class_name: "::Categorical::Tagging" has_many :tags, :through => :taggings, class_name: "::Categorical::Tag" end end end
Version data entries
7 entries across 7 versions & 1 rubygems