lib/apartment/deprecation.rb
# frozen_string_literal: true require 'active_support/deprecation' module Apartment module Deprecation def self.warn(message) ActiveSupport::Deprecation.warn message end end end
# frozen_string_literal: true require 'active_support/deprecation' module Apartment module Deprecation def self.warn(message) ActiveSupport::Deprecation.warn message end end end