rails_api_base
rails_api_base copied to clipboard
[FEATURE] Running bootstraper.sh doesn't rename the active_admin site
Is your feature request related to a problem? Please describe. Running ./bootstraper.sh does not rename the admin panel.
Describe the solution you'd like
The name should be changed by the bootstraper in config/initializers/active_admin.rb
, in the first config called config.site_title = 'App'
. It could be renamed to <app_name> Admin
Describe alternatives you've considered N/A
Additional context N/A