Sha256: 163830c13c3eb6f87ac25b10ee14bebb9870df111706dcec7082a3d4cc0df06c

Contents?: true

Size: 156 Bytes

Versions: 4

Compression:

Stored size: 156 Bytes

Contents

class VandalUi::SchemasController < ActionController::API
  def show
    Rails.application.eager_load!
    render json: Graphiti::Schema.generate
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vandal_ui-0.4.3 app/controllers/vandal_ui/schemas_controller.rb
vandal_ui-0.4.2 app/controllers/vandal_ui/schemas_controller.rb
vandal_ui-0.4.1 app/controllers/vandal_ui/schemas_controller.rb
vandal_ui-0.4.0 app/controllers/vandal_ui/schemas_controller.rb