Class: Admin::PollQuestionsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::PollQuestionsController
- Includes:
- ToggleableEntity
- Defined in:
- app/controllers/admin/poll_questions_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
get /admin/poll_questions/:id.
Instance Method Details
#show ⇒ Object
get /admin/poll_questions/:id
7 8 |
# File 'app/controllers/admin/poll_questions_controller.rb', line 7 def show end |