Sha256: 8eb0ad0692427db6d1ec35cd5508af51629fd4a67bc43697ad5895cc5d8cc7dd

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module G5Updatable
  class HourSet < ActiveRecord::Base
    belongs_to :location, foreign_key: :g5_updatable_location_id
    has_many :week_days, dependent: :destroy
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 app/models/g5_updatable/hour_set.rb