Skip to content

Commit

Permalink
rename deprecator module
Browse files Browse the repository at this point in the history
  • Loading branch information
m-zielinski committed Sep 26, 2024
1 parent 5054ef1 commit 13a508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apartment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'forwardable'
require 'active_record'
require 'apartment/tenant'
require 'apartment/deprecator'
require 'apartment/deprecation'

require_relative 'apartment/log_subscriber'
require_relative 'apartment/active_record/connection_handling'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'active_support/deprecation'

module Apartment
Expand Down

0 comments on commit 13a508d

Please sign in to comment.