Skip to content

Commit

Permalink
Require ActiveSupport before using it (as advised)
Browse files Browse the repository at this point in the history
  • Loading branch information
factyy committed Apr 17, 2024
1 parent d93e2e5 commit 9922c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action_policy/graphiti.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

require "active_support"
require "graphiti"
require "action_policy"
require "active_support"

require "action_policy/graphiti/behaviour"

Expand Down

0 comments on commit 9922c34

Please sign in to comment.