Module: FormObject::Integrations::ActiveRecord

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

Instance Attribute Summary

Attributes included from Base::ClassMethods

#defaults

Class Method Summary collapse

Methods included from Base

included

Methods included from Base::ClassMethods

#available?, #extended, #forms, #integration_name, #locale_path, #matches?, #matches_ancestors?, #matching_ancestors, #version, #versions

Class Method Details

.matching_ancestorsObject



6
7
8
# File 'lib/form_object/integrations/active_record.rb', line 6

def self.matching_ancestors
  %w(ActiveRecord::Base)
end