Skip to content

Commit

Permalink
The same but different
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarcia committed May 23, 2012
1 parent d512fba commit c06bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/events_controller.rb
@@ -1,5 +1,5 @@
class EventsController < ApplicationController
before_filter :authenticate_user!, only: [:new, :edit, :create, :update]
before_filter :authenticate_user!, except: [:index, :show]
# GET /events
# GET /events.json
def index
Expand Down

0 comments on commit c06bf6f

Please sign in to comment.