Sha256: 6efe0c111cdf4bd0674ab02756093b458ed883feb236579da54fa9f896013403
Contents?: true
Size: 207 Bytes
Versions: 4
Compression:
Stored size: 207 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems