Sha256: e0b3321c87e860cfd9bc64ee0b4971d75f5289d5b02480506d88c7f1fd6b11a3
Contents?: true
Size: 143 Bytes
Versions: 5
Compression:
Stored size: 143 Bytes
Contents
class Issue < ActiveRecord::Base belongs_to :repo has_many :issues_labels has_many :labels, through: :issues_labels has_many :tags end
Version data entries
5 entries across 5 versions & 1 rubygems