cartodb-4.29/app/controllers/test_controller.rb
2020-06-15 10:58:47 +08:00

10 lines
186 B
Ruby

# 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