Workflows index
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module ProjectAdmin
|
||||
class WorkflowsController < ApplicationController
|
||||
def index
|
||||
@workflows = @project.workflows
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user