Commit 9d8b54a9 authored by Michael Vernier's avatar Michael Vernier

Show project menu when Poll site is active

parent 9258ad6e
......@@ -3,7 +3,8 @@ class PollsController < ApplicationController
def index
@polls = Poll.all
@project = Project.find( params[ :project_id ] )
@polls = Poll.find( :all ) # @project.polls
end
def 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