Sha256: 3e2e2ad7be8e035ec8e8e8a20ab8b23670a246e5d31ff5d9066fd8ed5683703c
Contents?: true
Size: 200 Bytes
Versions: 5
Compression:
Stored size: 200 Bytes
Contents
Rails.application.routes.draw do namespace :dash do resources :photos, except: :edit end root :to => 'statics#home', :as => 'home' get 'other' => 'statics#other', :as => 'other' end
Version data entries
5 entries across 5 versions & 1 rubygems