Sha256: 10586a7861969e7a3e2e0b5081686b1c198920077df025bacc7f5fdc461400b1
Contents?: true
Size: 125 Bytes
Versions: 10
Compression:
Stored size: 125 Bytes
Contents
class ProtectedResourcesController < ApplicationController before_action :authenticate def index head :ok end end
Version data entries
10 entries across 10 versions & 1 rubygems