8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956dbe2 commit ccd203eCopy full SHA for ccd203e
docs/14-gotchas.md
@@ -27,15 +27,9 @@ post](https://www.mobomo.com/2013/03/rails-assets-prefix-may-disable-your-sessio
27
28
## Helpers
29
30
-There are two known gotchas with helpers. This hopefully will help you to
+There is a known gotcha with helpers. This hopefully will help you to
31
find a solution.
32
33
-### Helpers are not reloading in development
34
-
35
-This is a known and still open
36
-[issue](https://github.com/activeadmin/activeadmin/issues/697) the only way is
37
-to restart your server each time you change a helper.
38
39
### Helper maybe not included by default
40
41
If you use `config.action_controller.include_all_helpers = false` in your
0 commit comments