Class: Motor::UiController

Inherits:
ApplicationController show all
Defined in:
app/controllers/motor/ui_controller.rb

Instance Method Summary collapse

Methods included from CurrentAbility

#current_ability

Methods included from CurrentUserMethod

#current_user

Instance Method Details

#indexObject



11
12
13
# File 'app/controllers/motor/ui_controller.rb', line 11

def index
  render_ui
end

#newObject



15
16
17
# File 'app/controllers/motor/ui_controller.rb', line 15

def new
  render_ui
end

#showObject



19
20
21
# File 'app/controllers/motor/ui_controller.rb', line 19

def show
  render_ui
end