Add welcome page based on http://osmlab.github.io/welcome-osm/
This commit is contained in:
parent
dae2c209d9
commit
e3aaa6dd4b
7 changed files with 269 additions and 0 deletions
|
@ -34,6 +34,10 @@ class SiteControllerTest < ActionController::TestCase
|
|||
{ :path => "/copyright/locale", :method => :get },
|
||||
{ :controller => "site", :action => "copyright", :copyright_locale => "locale" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/welcome", :method => :get },
|
||||
{ :controller => "site", :action => "welcome" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/export", :method => :get },
|
||||
{ :controller => "site", :action => "index", :export => true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue