Sha256: cc757096320abc1093de723ebfeaca9cb3e1e54f1c2e78a240db8b99a80f28e1

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

Sibyl::Engine.routes.draw do
  get "editor/edit/:task/:form", to: "editor#edit"
	get "editor/index", to: "editor#index"
	get "editor/open_image", to: "editor#open_image"
	post "editor/create", to: "editor#create"
	get "editor/scaffold/:task", to: "editor#new_scaffold"
	post "editor/scaffold/:task", to: "editor#create_scaffold"
	get "editor/index/:task(?)", to: "editor#index_task"
	get "editor/list/:task(?)", to: "editor#list_task"
	get "editor/index/:task/:form(?)", to: "editor#index_form"
	put "editor/save/:task/:form(?)", to: "editor#save_form"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sibyl-0.2.1 config/routes.rb
sibyl-0.2.0 config/routes.rb