Skip to content

Instantly share code, notes, and snippets.

@gertig
Created February 6, 2011 01:40
Show Gist options
  • Save gertig/813014 to your computer and use it in GitHub Desktop.
Save gertig/813014 to your computer and use it in GitHub Desktop.
Rails 3 demo of using HTTParty and Moment for delayed jobs
# config/routes.rb
MyApp::Application.routes.draw do
resources :people
resources :custom
resources :custom do
member do
get 'mycustomaction'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment