Sha256: dc8b42da0bd7e6ce6e9c399b4018a32f0a7c9fee33aa95d5a850c50ca79736c9
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
class AuthenticatedController < ApplicationController include RailsApiAuth::Authentication before_filter :authenticate! def index render text: 'zuper content', status: 200 end end
Version data entries
3 entries across 3 versions & 1 rubygems