Got abilities working on index; next need to separate users from members from cards.

This commit is contained in:
2012-09-15 18:41:55 -07:00
parent 0bc5858101
commit 93e77b692f
7 changed files with 18 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ class UsersController < ApplicationController
def index
#@users = User.all
#authorize! :read, @users
respond_to do |format|
format.html # index.html.erb
format.json { render :json => @users }