Sha256: 02dbe6240bae685d20e69e84756bf343a8dd8df51060b6b0f2c2241e05578faa
Contents?: true
Size: 476 Bytes
Versions: 17
Compression:
Stored size: 476 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'wagon_rails' if ARGV.first == 'new' ARGV.shift end templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) WagonRails::AppGenerator.source_root templates_root WagonRails::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root WagonRails::AppGenerator.start
Version data entries
17 entries across 17 versions & 1 rubygems