Return to Snippet

Revision: 58996
at August 12, 2012 12:12 by cliffbraton


Initial Code
desc "$2"
task "$1" => :environment do
  $CURSOR
end

Initial URL


Initial Description
= Rake Task for Rails
* name: name of the task
* desc: description of the task

Initial Title
Rake Task for Rails

Initial Tags
rails

Initial Language
Ruby