Method: CoreDropdownHelper#replay_dropdown_item
- Defined in:
- app/helpers/core_dropdown_helper.rb
#replay_dropdown_item(obj, path, confirm: nil, title: 'Replay') ⇒ Object
94 95 96 97 98 |
# File 'app/helpers/core_dropdown_helper.rb', line 94 def replay_dropdown_item(obj, path, confirm: nil, title: 'Replay') return unless can? :read, obj dropdown_item(path, :repeat, title, confirm: confirm) end |