Class: Admin::PollsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::PollsController
- Includes:
- ToggleableEntity
- Defined in:
- app/controllers/admin/polls_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/polls.
-
#show ⇒ Object
get /admin/polls/:id.
Instance Method Details
#index ⇒ Object
get /admin/polls
7 8 9 |
# File 'app/controllers/admin/polls_controller.rb', line 7 def index @collection = Poll.page_for_administration(current_page) end |
#show ⇒ Object
get /admin/polls/:id
12 13 |
# File 'app/controllers/admin/polls_controller.rb', line 12 def show end |