Sha256: 373a9e727348753572fdf7350d822b388689c9be545b11de9697bc28528e11ed
Contents?: true
Size: 151 Bytes
Versions: 7
Compression:
Stored size: 151 Bytes
Contents
class HomeController < ApplicationController skip_before_action :authenticate_tenant!, :only => [ :index ] def index end def show end end
Version data entries
7 entries across 7 versions & 2 rubygems