Skip to content

Commit

Permalink
Merge pull request rails#50517 from jbampton/remove-unneeded-whitespace
Browse files Browse the repository at this point in the history
Remove unneeded whitespace from start of code blocks [skip ci]
  • Loading branch information
fatkodima authored Jan 1, 2024
2 parents ef10095 + e6b0d27 commit fb8da81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/rail_inspector/test/fixtures/railties_06e9fbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@

Previously, when running this command:

``` sh
```sh
bin/rails generate scaffold_controller Admin/Post --model-name Post
```

the comments above the controller action would look like:

``` ruby
```ruby
# GET /posts
def index
@posts = Post.all
Expand All @@ -184,7 +184,7 @@

afterwards, they now look like this:

``` ruby
```ruby
# GET /admin/posts
def index
@posts = Post.all
Expand Down

0 comments on commit fb8da81

Please sign in to comment.