fix indentation error
This commit is contained in:
parent
d46e1e7397
commit
42d43319c5
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ class Event < ApplicationRecord
|
||||||
errors.add(:abstract, "cannot have more than #{max_words} words") if len > max_words
|
errors.add(:abstract, "cannot have more than #{max_words} words") if len > max_words
|
||||||
end
|
end
|
||||||
|
|
||||||
def submission_limit
|
def submission_limit
|
||||||
# If we don't have an event type, there is no need to count anything
|
# If we don't have an event type, there is no need to count anything
|
||||||
return unless event_type && submission_text
|
return unless event_type && submission_text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue