mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1032 from Ana06/all-events
All events grouped by date and time
This commit is contained in:
commit
63750345e7
20 changed files with 436 additions and 218 deletions
|
|
@ -73,7 +73,7 @@ class Event < ActiveRecord::Base
|
|||
# ====Returns
|
||||
# * +true+ or +false+
|
||||
def scheduled?
|
||||
room && start_time ? true : false
|
||||
room.present? && start_time.present?
|
||||
end
|
||||
|
||||
def registration_possible?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue