Class: EntryPointController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- EntryPointController
- Defined in:
- lib/generators/templates/web-app/entry_point_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'lib/generators/templates/web-app/entry_point_controller.rb', line 7 def index @current_user = current_user end |