Class: Burp::StaticController

Inherits:
ApplicationController show all
Defined in:
app/controllers/burp/static_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#init_body_classes, #menu, #set_site_name

Instance Method Details

#aboutObject



7
8
9
# File 'app/controllers/burp/static_controller.rb', line 7

def about
  
end

#helpObject



11
12
13
# File 'app/controllers/burp/static_controller.rb', line 11

def help
  
end

#indexObject



3
4
5
# File 'app/controllers/burp/static_controller.rb', line 3

def index
  access.may_view_static_page!(params[:action])
end