Sha256: 35ef4488e718689938d129f0c6ffa27d940152a92fbbc9cd5a5b15279f69e1fd
Contents?: true
Size: 148 Bytes
Versions: 8
Compression:
Stored size: 148 Bytes
Contents
class CurrentUsersController < ApplicationController def show if current_user head :ok else head :not_found end end end
Version data entries
8 entries across 8 versions & 2 rubygems