This website requires JavaScript.
Explore
Help
Sign In
Site
/
clarion
Watch
11
Star
0
Fork
You've already forked clarion
0
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
5660c3ef53
clarion
/
app
/
models
/
slot.rb
5 lines
92 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add schedule model
2014-10-12 13:26:07 +03:00
class
Slot
<
ActiveRecord
::
Base
belongs_to
:hall
The event is not required for the existence of a slot
2019-04-28 02:42:09 +03:00
belongs_to
:event
,
required
:
false
Add schedule model
2014-10-12 13:26:07 +03:00
end