Class: Rang::RootController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rang/root_controller.rb

Instance Method Summary collapse

Instance Method Details

#displayObject



3
4
5
# File 'app/controllers/rang/root_controller.rb', line 3

def display
  render text: '<div ng-view></div>', layout: 'application'
end