WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/controllers/courses_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Action show should appear before destroy.
Open

  def show
    @course = find_course_by_slug("#{params[:school]}/#{params[:titleterm]}")
    protect_privacy
    verify_edit_credentials { return }
    set_enrollment_details_in_session

There are no issues that match your filters.

Category
Status