Rake Task for Rails


/ Published in: Ruby
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. desc "$2"
  2. task "$1" => :environment do
  3. $CURSOR
  4. end

Report this snippet


Comments


You need to login to view comments.