Sha256: c0d9098dd98d203124f5096f177de0f52c80a645c6e32fb4d4e7099a4339be65
Contents?: true
Size: 379 Bytes
Versions: 83
Compression:
Stored size: 379 Bytes
Contents
require 'rails/generators' #if no argument/-h/--help is passed to rails generate command, then #it generates the help associated. if [nil, "-h", "--help"].include?(ARGV.first) Rails::Generators.help 'generate' exit end name = ARGV.shift root = defined?(ENGINE_ROOT) ? ENGINE_ROOT : Rails.root Rails::Generators.invoke name, ARGV, behavior: :invoke, destination_root: root
Version data entries
83 entries across 81 versions & 10 rubygems