Skip to content

Commit

Permalink
Merge pull request #169 from iainbeeston/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Jan 30, 2024
2 parents 00a05ac + 8d3e33e commit e9405a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ You can also use a lambda function to define that path.

```ruby{2}
Avo.configure do |config|
config.home_path = -> { avo.dashboard_path(:dashy) }
config.home_path = -> { avo_dashboards.dashboard_path(:dashy) }
end
```

Expand Down

0 comments on commit e9405a6

Please sign in to comment.