Sha256: caae6cb7d519ccc3a22938a4efc42b1ba233f70b13e068b5e72829f5957a9f1c
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
require_dependency "connect/application_controller" module Connect class Admin::TenantController < ApplicationController before_filter :check_admin def index end end end
Version data entries
3 entries across 3 versions & 1 rubygems