Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group matching #271

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Group matching #271

wants to merge 14 commits into from

Conversation

juopmu
Copy link
Collaborator

@juopmu juopmu commented Apr 23, 2020

No description provided.

@@ -1,5 +1,27 @@
<% if @event.has_groups? %>
has Groups
Copy link
Collaborator

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

@@ -21,6 +21,7 @@ class Application < ApplicationRecord
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
Collaborator

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.

3 participants