Class: Charming::Welcome::Controller
- Inherits:
-
Controller
- Object
- Controller
- Charming::Welcome::Controller
- Defined in:
- lib/charming/welcome/controller.rb
Overview
Controller for the built-in welcome screen. Renders without an app layout and
binds only q to quit.
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
10 11 12 |
# File 'lib/charming/welcome/controller.rb', line 10 def show render_view ShowView, app_name: app_display_name end |