Sha256: 6c0cb3eaf45f42dfc305d0afd6c1e65de6f74bf1c766a2924b9bc3c5fb9a42cd

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easy_swagger_ui-0.1.3 app/controllers/easy_swagger_ui/application_controller.rb