Commit 1ce41410 authored by Michael Vernier's avatar Michael Vernier

Added routes for poll

parent d63bb085
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
get 'polls', :to => 'polls#index'
post 'post/:id/vote', :to => 'polls#vote'
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