'How I can work with variables in my app with the help of ActiveAdmin?
I have some variables into my app. For @example(type: "text", visibility: false, active: false). I need to dynamically change their values into Admin panel.
As I understand it, if the variables are not related to the model, you need to create Custom page.There are no problems with this, I can create the page I need and display the values of the variables. But as far as I understand, I need to write two page action. (edit and update)
Can someone tell me how it works and show it by real example?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
