Commit bc7688ca

mo k <mo@mokhan.ca>
2012-08-17 15:32:01
allow for non authenticated users to view the artists page.
1 parent 77dc37d
Changed files (1)
app
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