Class: Quilt::UiController

Inherits:
ApplicationController
  • Object
show all
Includes:
ReactRenderable
Defined in:
app/controllers/quilt/ui_controller.rb

Instance Method Summary collapse

Methods included from ReactRenderable

#render_react

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/quilt/ui_controller.rb', line 7

def index
  render_react
end