cartodb-4.42/app/controllers/test_controller.rb
2024-04-06 05:25:13 +00: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