Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Commit

Permalink
Style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Groeneveld committed Apr 18, 2014
1 parent dff62aa commit 5a7baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/replies_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class RepliesController < ApplicationController

load_and_authorize_resource :reply, except: [ :create ]
load_and_authorize_resource :reply, except: [:create]

def create
@reply = Reply.new
Expand Down

0 comments on commit 5a7baf8

Please sign in to comment.