Class: NishisukeMountableEngine::NishisukeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/nishisuke_mountable_engine/nishisuke_controller.rb

Instance Method Summary collapse

Instance Method Details

#dashboardObject



9
10
11
# File 'app/controllers/nishisuke_mountable_engine/nishisuke_controller.rb', line 9

def dashboard
  render text: 'dashboard'
end

#rootObject



5
6
7
# File 'app/controllers/nishisuke_mountable_engine/nishisuke_controller.rb', line 5

def root
  render text: 'root'
end