Module: ActiveRecordImporter::Importable::SingletonMethods

Defined in:
lib/active_record_importer/importable.rb

Instance Method Summary collapse

Instance Method Details

#importable?Boolean

Returns:

  • (Boolean)


126
127
128
# File 'lib/active_record_importer/importable.rb', line 126

def importable?
  true
end