First version of Polls Controller
This commit is contained in:
13
app/controllers/polls_controller.rb
Normal file
13
app/controllers/polls_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class PollsController < ApplicationController
|
||||
|
||||
load_and_authorize_resource
|
||||
|
||||
def index
|
||||
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user