Class: Locomotive::DevelopersDocumentationController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/locomotive/developers_documentation_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/locomotive/developers_documentation_controller.rb', line 6

def show
  authorize(current_site, :show_developers_documentation?)
end