Finish Rails-ifying the tree. Adds missing files and directories and
brings a few miscellaneous files up to date.
This commit is contained in:
parent
503aa99c63
commit
50343b79e8
15 changed files with 2776 additions and 338 deletions
7
script/destroy
Executable file
7
script/destroy
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/ruby1.8
|
||||
require File.dirname(__FILE__) + '/../config/environment'
|
||||
require 'rails_generator'
|
||||
require 'rails_generator/scripts/destroy'
|
||||
|
||||
ARGV.shift if ['--help', '-h'].include?(ARGV[0])
|
||||
Rails::Generator::Scripts::Destroy.new.run(ARGV)
|
Loading…
Add table
Add a link
Reference in a new issue