Class: Admin::TestimonialsController

Inherits:
AdminController
  • Object
show all
Includes:
EntityPriority, ToggleableEntity
Defined in:
app/controllers/admin/testimonials_controller.rb

Overview

Administrative part of testimonials management

Instance Method Summary collapse

Instance Method Details

#indexObject

get /admin/testimonials



11
12
13
# File 'app/controllers/admin/testimonials_controller.rb', line 11

def index
  @collection = Testimonial.list_for_administration
end

#showObject

get /admin/testimonials/:id



16
17
# File 'app/controllers/admin/testimonials_controller.rb', line 16

def show
end