1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00
fab-manager/app/models/availability.rb

6 lines
63 B
Ruby
Raw Permalink Normal View History

2015-05-05 03:10:25 +02:00
class Availability < ActiveRecord::Base
has_one :event
end