aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/plugin_new.rb
blob: 20a0334945652768792b29e0360575bbdbed36c3 (plain) (blame)
1
2
3
4
5
6
7
8
if ARGV.first != "new"
  ARGV[0] = "--help"
else
  ARGV.shift
end

require 'rails/generators/rails/plugin_new/plugin_new_generator'
Rails::Generators::PluginNewGenerator.start