Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrelow committed Dec 9, 2016
1 parent 9b30fc5 commit f7d8c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/application_letter.rb
Expand Up @@ -28,7 +28,7 @@ class ApplicationLetter < ActiveRecord::Base
enum status: {accepted: 1, rejected: 0, pending: 2}

# Checks if the deadline is over
# additionally only return if event and event.application_deadline is present#
# additionally only return if event and event.application_deadline is present
# TODO: 'event.application_deadline' should never be nil, when #18 is finished. Please remove this in #18.
#
# @param none
Expand Down

0 comments on commit f7d8c8e

Please sign in to comment.