WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/controllers/admin_course_notes_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Action create should appear before update.
Open

  def create
    admin_course_note_details = AdminCourseNote.create(admin_course_note_params)
    if admin_course_note_details
      render json: { created_admin_course_note: admin_course_note_details }, status: :created
    else

There are no issues that match your filters.

Category
Status