Class: Charming::Welcome::Controller

Inherits:
Controller
  • Object
show all
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

#showObject



10
11
12
# File 'lib/charming/welcome/controller.rb', line 10

def show
  render_view ShowView, app_name: app_display_name
end