FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Issue · GitHub
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
codeRIT
/
hackathon-manager
Public archive
Notifications
You must be signed in to change notification settings
Fork
24
Star
33
Code
Issues
65
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Trim special characters in dietary restrictions field
#954
Copy link
Copy link
Open
Open
Trim special characters in dietary restrictions field
#954
Copy link
Labels
feature
good-first-issue
unplanned
Description
cbaudouinjr
Issue body actions
hackathon-manager/app/models/questionnaire.rb
Line 453 in
2b9e118
self
.
dietary_restrictions
=
nil
if
dietary_restrictions
.
present?
&&
%w[
none
n/a
non-applicable
na
nothing
nil
null
no
]
.
include?
(
dietary_restrictions
.
strip
.
downcase
)
Reactions are currently unavailable
Activity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metadata
Metadata
Assignees
No one assigned
Labels
feature
good-first-issue
unplanned
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
hackathon-manager/app/models/questionnaire.rb
Line 453 in 2b9e118