You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set secret_key_base to avoid generation of temp files
Since rails#53642 some report templates have been generating local_secret.txt
because config.secret_key_base has not been set.
This commit sets config.secret_keybase for these templates in the same
manner as the other templates to prevent this from happening.
0 commit comments