Sha256: d3ecb86321d067c0d80812c029293bb99b493fd1f7a20b1cbfe9d7ed496cdce8
Contents?: true
Size: 245 Bytes
Versions: 13
Compression:
Stored size: 245 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.resources :contents map.search 'search', :controller => 'searches', :action => 'search' # Install the default route as the lowest priority. map.connect ':controller/:action/:id' end
Version data entries
13 entries across 13 versions & 4 rubygems