cartodb-4.29/app/controllers/test_controller.rb

10 lines
186 B
Ruby
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
# this test controller renders the html with all the
# javascript stuff to run the specs
class TestController < ApplicationController
def index
render :layout => false
end
end