Commit bc7688ca
Changed files (1)
app
controllers
app/controllers/profiles_controller.rb
@@ -1,5 +1,5 @@
class ProfilesController < ApplicationController
- before_filter :authenticate_user!, :except => [:show]
+ before_filter :authenticate_user!, :except => [:index, :show]
def index
@profiles = User.all.reverse