Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
including validation helper
Browse files Browse the repository at this point in the history
ekandell committed Apr 29, 2024
1 parent 3190f7a commit aa472c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/api/v1/assignments_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Api
module V1
class AssignmentsController < ApplicationController
include CanvasValidationHelper

before_action :validate_ids!, only: [:create]
skip_before_action :verify_authenticity_token

0 comments on commit aa472c2

Please sign in to comment.