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