Serve embedded maps through the assets pipeline
This commit is contained in:
parent
d04e3ac9f8
commit
c0b47c0c2a
8 changed files with 91 additions and 67 deletions
|
@ -13,6 +13,10 @@ class ExportControllerTest < ActionController::TestCase
|
|||
{ :path => "/export/finish", :method => :post },
|
||||
{ :controller => "export", :action => "finish" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/export/embed", :method => :get },
|
||||
{ :controller => "export", :action => "embed" }
|
||||
)
|
||||
end
|
||||
|
||||
def test_start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue