Method: Admin::TestimonialsController#destroy
- Defined in:
- app/controllers/c/admin/testimonials_controller.rb
#destroy ⇒ Object
29 30 31 32 33 34 35 |
# File 'app/controllers/c/admin/testimonials_controller.rb', line 29 def destroy @testimonial.destroy respond_to do |format| format.js format.html { redirect_to testimonials_path } end end |