Sha256: f41970f7d2f28e2fb27ca3c94af80fe4fca68aea3eef8b93b774136209ace030

Contents?: true

Size: 137 Bytes

Versions: 4

Compression:

Stored size: 137 Bytes

Contents

# frozen_string_literal: true

class Zine < ActiveRecord::Base
  has_many :interests, inverse_of: :zine, foreign_key: "zine_id"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/models/zine.rb
ibm_db-5.4.1-x86-mingw32 test/models/zine.rb
ibm_db-5.4.0-x86-mingw32 test/models/zine.rb
ibm_db-5.3.2-x86-mingw32 test/models/zine.rb