Sha256: d9b81063129bb487364ea10c95056d28a68f2d3bd8785ac9c15b60ff0b2a1e6f
Contents?: true
Size: 164 Bytes
Versions: 18
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true class HomeController < ApplicationController before_action :authenticate_user!, only: :show def index; end def show; end end
Version data entries
18 entries across 18 versions & 1 rubygems