Skip to content

Conversation

@juopmu
Copy link
Collaborator

@juopmu juopmu commented Apr 23, 2020

No description provided.

@juopmu juopmu requested a review from simaofreitas April 23, 2020 19:32
@@ -1,5 +1,27 @@
<% if @event.has_groups? %>
has Groups
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can delete this now

scope :cancelled, -> { where(state: :cancelled) }
scope :not_marked_as_selected, -> { where(selected_on: nil) }
scope :confirmed, -> { where(attendance_confirmed: true) }
scope :language_de, -> { where(language_de: true) }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed as we are not using it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants