Class: EntryPointController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/templates/web-app/entry_point_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
# File 'lib/generators/templates/web-app/entry_point_controller.rb', line 7

def index
  @current_user = current_user
end