Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/automigration/active_record_ext.rb
Class Method Summary collapse
Class Method Details
.__fields_keeper_instance ⇒ Object
6 7 8 |
# File 'lib/automigration/active_record_ext.rb', line 6 def self.__fields_keeper_instance self.__fields_keeper ||= ::Automigration::FieldsKeeper.new(self) end |