Commit b32de9cf authored by Michael Vernier's avatar Michael Vernier

removed before_filter for vote to get project menu display to return

parent 3c062193
......@@ -3,7 +3,7 @@ class PollsController < ApplicationController
before_filter :find_project, :authorize, :only => :index
before_filter :find_project, :authorize, :only => :vote
# before_filter :find_project, :authorize, :only => :vote
def index
# @project = Project.find( params[ :project_id ] )
......
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