Add missing frozen string literal comment to file [ci skip]

This commit is contained in:
Carlos Antonio da Silva
2025-10-31 15:14:34 -03:00
parent 97cf37eb56
commit ef2d4831ef

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module Devise
module Orm # :nodoc:
def self.active_record?(model)