Class: Guts::IndexController

Inherits:
ApplicationController show all
Defined in:
app/controllers/guts/index_controller.rb

Overview

Index controller

Instance Method Summary collapse

Instance Method Details

#indexObject

Displays the welcome page



7
8
9
# File 'app/controllers/guts/index_controller.rb', line 7

def index
  authorize %i[guts index], :index?
end