Skip to content

Commit d2767a0

Browse files
authored
Merge pull request rails#35945 from soartec-lab/update_guide_engine_sample_code_block
Code is enclosed by code block [skip ci]
2 parents 9ba3945 + d7c1ecf commit d2767a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/source/engines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,4 +1528,6 @@ These are the available configuration hooks. They do not hook into any particula
15281528

15291529
### Example
15301530

1531-
`config.before_configuration { puts 'I am called before any initializers' }`
1531+
```ruby
1532+
config.before_configuration { puts 'I am called before any initializers' }
1533+
```

0 commit comments

Comments
 (0)