Sha256: 5c5ef63ea388f3c5214ccdde85621b608fb6bfc74ec1a15e709116071437d796
Contents?: true
Size: 120 Bytes
Versions: 31
Compression:
Stored size: 120 Bytes
Contents
class SecretsController < ApplicationController before_action :authenticate_user! def index head :ok end end
Version data entries
31 entries across 22 versions & 1 rubygems