Skip to content

Commit c02d9e5

Browse files
committed
Fix odd indentation [ci skip]
1 parent e563d28 commit c02d9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ active_record_migrations.html).
18811881
We also have to permit the `:status` key as part of the strong parameter, in `app/controllers/articles_controller.rb`:
18821882

18831883
```ruby
1884-
private
1884+
private
18851885
def article_params
18861886
params.require(:comment).permit(:commenter, :body, :status)
18871887
end
@@ -1890,7 +1890,7 @@ private
18901890
and in `app/controllers/comments_controller.rb`:
18911891

18921892
```ruby
1893-
private
1893+
private
18941894
def comment_params
18951895
params.require(:comment).permit(:commenter, :body, :status)
18961896
end

0 commit comments

Comments
 (0)