Skip to content

Instantly share code, notes, and snippets.

@mjtko
Forked from mikepack/gist:1199215
Created September 6, 2011 22:52
Show Gist options
  • Save mjtko/1199225 to your computer and use it in GitHub Desktop.
Save mjtko/1199225 to your computer and use it in GitHub Desktop.
namespace :wtp do
namespace :jsroutes do
desc "Regenerate routes for users"
task :users do
puts "Recreating routes for users..."
JsRoutes.generate!({})
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment