Skip to content

Conversation

jasonkhoe
Copy link
Contributor

def destroy
exam_dir = 'public/examfiles/'
@exam = Exam.find(params[:id])
exam_path = exam_dir+ @exam.filename
Copy link
Contributor

Choose a reason for hiding this comment

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

exam_path = exam_dir + @exam.filename

Copy link
Member

Choose a reason for hiding this comment

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

Actually, file paths should probably be joined with File.join.

ochan1 pushed a commit to ochan1/hkn-rails that referenced this pull request Feb 10, 2022
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