Sha256: c2e2a88f4095bb52e6769d8c7e41b6a706b0e7cbd55666f1d1f425bdcf558f94
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
module Phcscriptcdnpro class Scriptcdn::Version < ActiveRecord::Base # Relationships belongs_to :versions, class_name: 'Script::Version' has_many :urls, class_name: 'Script::Url' has_many :authors, class_name: 'Script::Author' end end
Version data entries
6 entries across 6 versions & 1 rubygems