Skip to content

Commit afb4cc1

Browse files
committed
fix highlight
1 parent 677d125 commit afb4cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/3.0/kanban-boards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Sometimes, the default kanban models aren't quite enough for your specific use c
227227
228228
In this scenario, you might need to extend the kanban models to add custom associations, validations, or callbacks that align with your business logic. Here's how you can safely extend the `Avo::Kanban::Board`, `Avo::Kanban::Column`, and `Avo::Kanban::Item` models:
229229

230-
```ruby{6-53}
230+
```ruby{7-54}
231231
# config/initializers/avo.rb
232232
Avo.configure do |config|
233233
config.root_path = '/admin'

docs/4.0/kanban-boards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Sometimes, the default kanban models aren't quite enough for your specific use c
227227
228228
In this scenario, you might need to extend the kanban models to add custom associations, validations, or callbacks that align with your business logic. Here's how you can safely extend the `Avo::Kanban::Board`, `Avo::Kanban::Column`, and `Avo::Kanban::Item` models:
229229

230-
```ruby{6-53}
230+
```ruby{7-54}
231231
# config/initializers/avo.rb
232232
Avo.configure do |config|
233233
config.root_path = '/admin'

0 commit comments

Comments
 (0)