Class: HomeController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/zwr/templates/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'lib/zwr/templates/home_controller.rb', line 2

def index
  render layout: false
end