mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
Merged tracks-mu-import branch changes r113:130 into the trunk
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@131 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
2d2f9fcca8
commit
91641500a7
75 changed files with 4054 additions and 1375 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/ruby
|
||||
#!/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