cartodb-4.42/app/controllers/test_controller.rb

10 lines
186 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +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