Skip to content

Commit

Permalink
add server restart warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed May 27, 2024
1 parent ed68359 commit dafe6c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/3.0/guides/basic-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ We described the process in depth in [this article](https://avohq.io/blog/safely
1. The concern will prepend the basic auth method
1. `include` that concern to Avo's `ApplicationController`

:::warning
Ensure you restart the server after you extend the controller in this way.
:::

```ruby{8,20}
# app/controllers/concerns/basic_auth.rb
module BasicAuth
Expand Down

0 comments on commit dafe6c1

Please sign in to comment.