Sha256: 5bb09c7aba63e055662146efa79b68a1af5d20dff8208ba10c13f0a1a0dd517b
Contents?: true
Size: 463 Bytes
Versions: 12
Compression:
Stored size: 463 Bytes
Contents
# The main controller for the application. # # NOTE: This controller doesn't inherit from ApplicationController, instead, it # inherits from RuGUI::BaseMainController. Use it only as a starting point. # Commonly it is used only to register global models and controllers, as well as # the main view, but this is entirely up to you. class MainController < RuGUI::BaseMainController # Add your stuff here. def setup_views register_view :main_view end end
Version data entries
12 entries across 12 versions & 2 rubygems