Module: TestimonialsHelper
- Defined in:
- app/helpers/testimonials_helper.rb
Overview
Helper methods for handling testimonials
Instance Method Summary collapse
Instance Method Details
#admin_testimonial_link(entity, text = entity.name, options = {}) ⇒ Object
8 9 10 |
# File 'app/helpers/testimonials_helper.rb', line 8 def admin_testimonial_link(entity, text = entity.name, = {}) link_to(text, admin_testimonial_path(id: entity.id), ) end |