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

RSS Icon Subscribe to comments

You need to login to post a comment.