diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-01-23 14:50:51 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-01-24 16:01:27 +1100 |
commit | 9952103e8196152b0ed4ff42cfa77459127b8f3a (patch) | |
tree | 7c3367ea6e76d4ec9b9cf41a6a4ee2f8fd48210f /script/dbconsole | |
parent | 906149462fc5966f991a4973dcac278fee84ec39 (diff) |
Remove Rails 2 scripts
Diffstat (limited to 'script/dbconsole')
-rwxr-xr-x | script/dbconsole | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/dbconsole b/script/dbconsole deleted file mode 100755 index 39042fad3..000000000 --- a/script/dbconsole +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -require File.expand_path(File.dirname(__FILE__) + '/../config/boot.rb') -require 'commands/dbconsole' |