Sha256: b9d1cbd87ca14dea3120e4bd5c77d26687de979c0742308de4ecd61ac1f02efb
Contents?: true
Size: 188 Bytes
Versions: 5
Compression:
Stored size: 188 Bytes
Contents
AboutPage::Engine.routes.draw do match 'health' => 'about_page/about#health' match ":filter" => 'about_page/about#index', :as => 'component' root :to => 'about_page/about#index' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
about_page-0.2.6 | config/routes.rb |
about_page-0.2.5 | config/routes.rb |
about_page-0.2.4 | config/routes.rb |
about_page-0.2.3 | config/routes.rb |
about_page-0.2.2 | config/routes.rb |