Skip to content

Commit

Permalink
simplify the users controler
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8870 committed Mar 4, 2011
1 parent f2a44d6 commit ab1808b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/users_controller.rb
Expand Up @@ -3,10 +3,6 @@ class UsersController < ApplicationController
# GET /users.xml # GET /users.xml
def index def index
@users = User.all @users = User.all

respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @users }
end end
end end


Expand Down

0 comments on commit ab1808b

Please sign in to comment.