Skip to content

Commit

Permalink
Add explicit requirement of ActiveSupport::Inflector. Fixes #386 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk authored Nov 5, 2020
1 parent 4a8ca86 commit 1bddf8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require "active_support/inflector"

module ActiveRecord::Acts::List::ScopeMethodDefiner #:nodoc:
extend ActiveSupport::Inflector
Expand Down

0 comments on commit 1bddf8b

Please sign in to comment.