Module: TavernaPlayer::RunsHelper
- Defined in:
- app/helpers/taverna_player/runs_helper.rb
Instance Method Summary collapse
Instance Method Details
#interaction_redirect(interaction) ⇒ Object
16 17 18 19 20 21 22 |
# File 'app/helpers/taverna_player/runs_helper.rb', line 16 def interaction_redirect(interaction) if interaction.page_uri.blank? run_url(interaction.run) + "/interaction/#{interaction.serial}" else interaction.page_uri end end |