Sha256: 44a23a65a8818be29487ceb0dd739cb0b8e6990aeda17fa34ece066435b5c017

Contents?: true

Size: 254 Bytes

Versions: 2

Compression:

Stored size: 254 Bytes

Contents

module ForemanPatch
  class ReactController < ::ApplicationController
    skip_before_action :authorize
    
    include Rails.application.routes.url_helpers
    
    def index
      render 'foreman_patch/layouts/react', layout: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_patch-1.1.6.alpha5 app/controllers/foreman_patch/react_controller.rb
foreman_patch-1.1.6.alpha4 app/controllers/foreman_patch/react_controller.rb