Class: Knitkit::UnauthorizedController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/knitkit/unauthorized_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#view_current_publication, #website

Instance Method Details

#indexObject



4
5
# File 'app/controllers/knitkit/unauthorized_controller.rb', line 4

def index
end

#set_sectionObject

no section to set



8
9
10
# File 'app/controllers/knitkit/unauthorized_controller.rb', line 8

def set_section
  return false
end