Sha256: 8ed601664eb5218d23725c3b06e70edd0e99cac52301348260c245fb2faa2da3
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html mount BrowseEverything::Engine => '/browse' # Custom actions we use for feature testing root :to => "file_handler#index" get '/main', :to => "file_handler#main" post '/file', :to => "file_handler#update" end
Version data entries
4 entries across 4 versions & 1 rubygems