Project

General

Profile

Download (173 Bytes) Statistics
| Branch: | Tag: | Revision:
task :console => :environment do
flags = (ARGV.drop_while { |s| s != "--" }) || []
flags.shift
require 'rails/command'
::Rails::Command.invoke('console', flags)
end
(6-6/41)