Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from JosephShering/gist:9797001
Created March 27, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/9797034 to your computer and use it in GitHub Desktop.
Save radar/9797034 to your computer and use it in GitHub Desktop.
class SuggestionController < ApplicationController
def vote
end
def get
end
end
Wtfdo::Application.routes.draw do
root 'home#index'
resources :home
resources :suggestion
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment