Sha256: 9a6dfcf1f29a8c70246c98d526d94f300c48083eefbc9f41fae3078c4a0a3c7f
Contents?: true
Size: 222 Bytes
Versions: 4
Compression:
Stored size: 222 Bytes
Contents
Rails.application.routes.draw do resources :weathers, :controller => :contents, :except => [:index, :show], :path => 'content' end ConcertoWeather::Engine.routes.draw do get '/city_search', to: 'search#find_city' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
concerto_weather-0.6 | config/routes.rb |
concerto_weather-0.5 | config/routes.rb |
concerto_weather-0.4 | config/routes.rb |
concerto_weather-0.3.2 | config/routes.rb |