Sha256: 0c4a937e9b22fe3e8e719f9989f715e713bb277c41cb6e9f368c4def92a096a5

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 Bytes

Contents

# Configure your routes here
# See: https://guides.hanamirb.org/routing/overview
#
# Example:

namespace 'iatelier/analog' do
	get '/:book_type', to: 'books#manage'
	get '/:book_type/new', to: 'books#new'
	post '/:book_type', to: 'books#create'
	get '/:book_type/:id/edit', to: 'books#edit'
	patch '/:book_type/:id', to: 'books#update'
end

get '/*', to: Iatelier::Controllers::Ileaf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iatelier-0.1.8 lib/iatelier/config/routes.rb
iatelier-0.1.7 lib/iatelier/config/routes.rb
iatelier-0.1.5 lib/iatelier/config/routes.rb
iatelier-0.1.4 lib/iatelier/config/routes.rb
iatelier-0.1.3 lib/iatelier/config/routes.rb