Commit 0590ae16 authored by Michael Vernier's avatar Michael Vernier

Initial polls controller created by redmine_plugin_controller

parent 2c7f9e18
class PollsController < ApplicationController
unloadable
def index
end
def vote
end
end
module PollsHelper
end
<h2>PollsController#index</h2>
<h2>PollsController#vote</h2>
require File.expand_path('../../test_helper', __FILE__)
class PollsControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end
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