Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Mar 8, 2024
1 parent bdd84df commit 3e18824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/3.0/avo-application-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There is a right way of approaching this scenario using Ruby modules or concerns

First, you create a concern with your business logic; then you include it in the parent `Avo::ApplicationController` like so:

```ruby{5-7,9-11,15-18}
```ruby{6-8,11-13,18}
# app/controllers/concerns/multitenancy.rb
module Multitenancy
extend ActiveSupport::Concern
Expand Down
11 changes: 1 addition & 10 deletions docs/3.0/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,19 +530,10 @@ You can configure it using `config.turbo` option on `avo.rb` initializer

Supported options with default values:

:::code-group
```ruby [Current version]
```ruby
config.turbo = -> do
{
instant_click: true
}
end
```
```ruby [3.4.2]
config.turbo = -> do
{
instantclick: true
}
end
```
:::

0 comments on commit 3e18824

Please sign in to comment.