Skip to content

Commit

Permalink
Restore missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
lgebhardt committed Sep 19, 2023
1 parent c70bd4c commit 2f69096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/jsonapi/resource_common.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require 'jsonapi/callbacks'
require 'jsonapi/configuration'

module JSONAPI
module ResourceCommon

Expand Down

0 comments on commit 2f69096

Please sign in to comment.