Sha256: 50c68fb98346126fc64ea47d269d235fbd1b50bda65ae24ace5d3ff17204cde5
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
module Apress module Documentation class SwaggerUiController < ::ActionController::Base def show render 'show', layout: false end ActiveSupport.run_load_hooks(:'apress/documentation/swagger_ui_controller', self) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apress-documentation-0.4.0 | app/controllers/apress/documentation/swagger_ui_controller.rb |