class FieldGenerator

def generate

def generate
  # We add the name of the specific super_scaffolding command that we want to
  # invoke to the beginning of the argument string.
  ARGV.unshift "crud-field"
  BulletTrain::SuperScaffolding::Runner.new.run
end