Skip to content

Commit

Permalink
Remove gradebooks directory (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianhxy authored Jan 14, 2024
1 parent 27e3582 commit 4df9bad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ config/environments/production.rb
coverage/
/courses/
/courses
/gradebooks/
config/database.yml
config/school.yml
config/lti_config.yml
Expand Down
1 change: 0 additions & 1 deletion app/models/course.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def init_course_folder

FileUtils.mkdir_p Rails.root.join("assessmentConfig")
FileUtils.mkdir_p Rails.root.join("courseConfig")
FileUtils.mkdir_p Rails.root.join("gradebooks")
end

def order_of_dates
Expand Down

0 comments on commit 4df9bad

Please sign in to comment.