Class: Rang::RootController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Rang::RootController
- Defined in:
- app/controllers/rang/root_controller.rb
Instance Method Summary collapse
Instance Method Details
#display ⇒ Object
3 4 5 |
# File 'app/controllers/rang/root_controller.rb', line 3 def display render text: '<div ng-view></div>', layout: 'application' end |