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
6
# File 'app/controllers/knitkit/unauthorized_controller.rb', line 4

def index
  @current_user = nil
end

#set_sectionObject

no section to set



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

def set_section
  return false
end