Commit 50c92595 by Your Name

update comments

parent 6c3e11e0
...@@ -41,7 +41,7 @@ namespace :kpis do ...@@ -41,7 +41,7 @@ namespace :kpis do
#USAGE #USAGE
#SINATRA_ENV=development rake kpis:starters #SINATRA_ENV=development rake kpis:starters
#or #or
#SINATRA_ENV=development bundle exed rake kpis:startersgimp #SINATRA_ENV=development bundle exed rake kpis:starters
courses = Content.all.distinct("course_id") courses = Content.all.distinct("course_id")
puts "\n\n*********************************************************************" puts "\n\n*********************************************************************"
...@@ -67,7 +67,7 @@ namespace :kpis do ...@@ -67,7 +67,7 @@ namespace :kpis do
#USAGE #USAGE
#SINATRA_ENV=development rake kpis:ppu #SINATRA_ENV=development rake kpis:ppu
#or #or
#SINATRA_ENV=development bundle exed rake kpis:startersgimp #SINATRA_ENV=development bundle exed rake kpis:ppu
courses = Content.all.distinct("course_id") courses = Content.all.distinct("course_id")
puts "\n\n*********************************************************************" puts "\n\n*********************************************************************"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment