Sha256: b3e9110d0f8159e452233995c5bb2ed6a53e0539313e6e39fe0664c5d61b7445
Contents?: true
Size: 173 Bytes
Versions: 2
Compression:
Stored size: 173 Bytes
Contents
class Admin::UsersController < Admin::ApplicationController def index @user = User.find(current_user) end def show @user = User.find(params[:id]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
citygate-0.0.2 | app/controllers/admin/users_controller.rb |
citygate-0.0.1 | app/controllers/admin/users_controller.rb |