Module: Admin::ConversationsHelper
- Defined in:
- app/helpers/admin/conversations_helper.rb
Instance Method Summary collapse
Instance Method Details
#link_to_view(resource) ⇒ Object
2 3 4 |
# File 'app/helpers/admin/conversations_helper.rb', line 2 def link_to_view(resource) link_to_with_icon('view', t('view'), object_url(resource)) end |