Class: EmberTestsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/ember_tests_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/ember_tests_controller.rb', line 2

def index
  render text: test_html_with_corrected_asset_urls, layout: false
end