Sha256: feafa4f4d2d64666feea4387b8d35c2540130d1a047985054292bb19ad3e7e43

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module EasySwaggerUi
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
    layout false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
easy_swagger_ui-0.1.2 app/controllers/easy_swagger_ui/application_controller.rb
easy_swagger_ui-0.1.1 app/controllers/easy_swagger_ui/application_controller.rb
easy_swagger_ui-0.1.0 app/controllers/easy_swagger_ui/application_controller.rb