Method: FormObject::Integrations::ActiveRecord.matching_ancestors

Defined in:
lib/form_object/integrations/active_record.rb

.matching_ancestorsObject



18
19
20
# File 'lib/form_object/integrations/active_record.rb', line 18

def self.matching_ancestors
  %w{ActiveRecord::Base}
end