Sha256: 91ae25b36848843fec3cd19277492a3fb9330647e3a975839ccf31eec4e21c1b
Contents?: true
Size: 142 Bytes
Versions: 21
Compression:
Stored size: 142 Bytes
Contents
class ExampleController < ApplicationController before_action :authenticate_user! def index render json: { success: true } end end
Version data entries
21 entries across 21 versions & 1 rubygems