Sha256: 5bd5a3169d659a6f4a7f736b50f03b57b438659ed69b04e37f1b6df72ef1db7f
Contents?: true
Size: 121 Bytes
Versions: 66
Compression:
Stored size: 121 Bytes
Contents
class Tag < ActiveRecord::Base has_many :widget_tags, inverse_of: :tags has_many :widgets, through: :widget_tags end
Version data entries
66 entries across 66 versions & 1 rubygems