Class: Admin::TestimonialsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::TestimonialsController
- Includes:
- EntityPriority, ToggleableEntity
- Defined in:
- app/controllers/admin/testimonials_controller.rb
Overview
Administrative part of testimonials management
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/testimonials.
-
#show ⇒ Object
get /admin/testimonials/:id.
Instance Method Details
#index ⇒ Object
get /admin/testimonials
11 12 13 |
# File 'app/controllers/admin/testimonials_controller.rb', line 11 def index @collection = Testimonial.list_for_administration end |
#show ⇒ Object
get /admin/testimonials/:id
16 17 |
# File 'app/controllers/admin/testimonials_controller.rb', line 16 def show end |