module TavernaPlayer::Concerns::Controllers::WorkflowsController

Public Instance Methods

find_workflows() click to toggle source
# File lib/taverna_player/concerns/controllers/workflows_controller.rb, line 27
def find_workflows
  @workflows = Workflow.all
end
index() click to toggle source

GET /workflows

# File lib/taverna_player/concerns/controllers/workflows_controller.rb, line 34
def index

end