Skip to content

Commit

Permalink
docs: rephrase delegate to ApplicationReflex sentence(#658)
Browse files Browse the repository at this point in the history
Docs 📖 

Rephrasing the `ApplicationReflex` sentence

---------

Co-authored-by: Marco Roth <[email protected]>
  • Loading branch information
dixpac and marcoroth authored May 6, 2023
1 parent 62fdd5f commit 0355456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/reflex-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
```
:::

If you plan to access `current_user` from all of your Reflex classes, delegate it your ApplicationReflex:
If you plan to access `current_user` from all of your Reflex classes, delegate it in your `ApplicationReflex`:

::: code-group
```ruby [app/reflexes/application_reflex.rb]
Expand Down

0 comments on commit 0355456

Please sign in to comment.