diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-27 18:44:33 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-27 18:44:33 +0000 |
commit | e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c (patch) | |
tree | 365ed878101bbf4f4ecd4d71c5f53aae582599d2 /railties/bin/destroy | |
parent | d3b5db8919c61243c45ebd09254de20f4aa0cf1d (diff) | |
download | rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.gz rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.bz2 rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.zip |
Normalize whitespace. Closes #8385 [Time Pope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/bin/destroy')
-rw-r--r-- | railties/bin/destroy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/destroy b/railties/bin/destroy index fa0e6fcd0b..a4df765a39 100644 --- a/railties/bin/destroy +++ b/railties/bin/destroy @@ -1,3 +1,3 @@ #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' -require 'commands/destroy'
\ No newline at end of file +require 'commands/destroy' |