class Object

Public Instance Methods

load_data(row:) click to toggle source
# File lib/generators/rails_importer/templates/importer.rb, line 6
def load_data(row:)
  # Implement this with custom logic. Otherwise, it will raise an exception
end