Sha256: 118eb979d29b054dbceb8ed86c9e2c761edbcc724f4a0909db490c46728a0f30
Contents?: true
Size: 574 Bytes
Versions: 9
Compression:
Stored size: 574 Bytes
Contents
Rails.application.routes.draw do root to: 'home#index' get '/index_with_layout', to: 'home#index_with_layout' get '/index_with_filter', to: 'home#index_with_filter' get '/index_without_filter', to: 'pages#index_without_filter' get '/index_partial', to: 'home#index_partial' get '/index_partial_with_full_path', to: 'home#index_partial_with_full_path' get '/erb_with_html_liquid_partial', to: 'home#erb_with_html_liquid_partial' get '/foospace/bar/index_partial', to: 'foospace/bar#index_partial' end
Version data entries
9 entries across 9 versions & 3 rubygems