From d7c1ecf54038034f95c9a9ad09ea2ad646b6a9ea Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Fri, 12 Apr 2019 00:36:42 +0900 Subject: Code is enclosed by code block [skip ci] --- guides/source/engines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/engines.md b/guides/source/engines.md index 5446c1c188..f6987df5e9 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -1528,4 +1528,6 @@ These are the available configuration hooks. They do not hook into any particula ### Example -`config.before_configuration { puts 'I am called before any initializers' }` +```ruby +config.before_configuration { puts 'I am called before any initializers' } +``` -- cgit v1.2.3