Sha256: 4750b44b3e941f65190fc4a4c3ffb39e31e1be0e7608be6044d63e05ed792a9e
Contents?: true
Size: 139 Bytes
Versions: 6
Compression:
Stored size: 139 Bytes
Contents
class NamespacedUsersController < ApplicationController before_action :authenticate_namespaced_user! def index head :ok end end
Version data entries
6 entries across 3 versions & 1 rubygems