Skip to content

Commit d7c1ecf

Browse files
committed
Code is enclosed by code block [skip ci]
1 parent 45511fa commit d7c1ecf

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)