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:
parent
bceeeaa4bd
commit
a9ba6a9322
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue