Sha256: c49caa3bf63b5ee3ccad80b05d0493478be0df81bf5f1846032865ab6ab5ffc5
Contents?: true
Size: 187 Bytes
Versions: 14
Compression:
Stored size: 187 Bytes
Contents
module Katello class ReactController < ::ApplicationController skip_before_action :authorize def index render 'katello/layouts/react', :layout => false end end end
Version data entries
14 entries across 14 versions & 1 rubygems