1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Made indentation consistent.

This commit is contained in:
Philip Arndt 2013-01-23 20:02:49 +13:00
parent bceeeaa4bd
commit a9ba6a9322

View file

@ -1,5 +1,5 @@
class CommentsController < ApplicationController
http_basic_authenticate_with :name => "dhh", :password => "secret", :only => :destroy
http_basic_authenticate_with :name => "dhh", :password => "secret", :only => :destroy
def create
@post = Post.find(params[:post_id])