Class: EmberCli::EmberController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controller/ember_cli/ember_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



14
15
16
# File 'app/controller/ember_cli/ember_controller.rb', line 14

def index
  render layout: false
end