Sha256: fc65b0ade64e8c6946e5b92ba6c951b04f150fbe43b679ca9ccacc469aee0aaf
Contents?: true
Size: 238 Bytes
Versions: 17
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true class PagesController < ApplicationController http_basic_authenticate_with name: "admin", password: "secret", only: :secret def index end def secret render action: 'index' end private end
Version data entries
17 entries across 17 versions & 2 rubygems