Class: EmberTestsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- EmberTestsController
- Defined in:
- app/controllers/ember_tests_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |