early-leather-2501
02/09/2024, 4:17 PMearly-leather-2501
02/09/2024, 4:19 PM## == Menus ==
# config.main_menu = -> {
# section "Dashboards", icon: "dashboards" do
# all_dashboards
# end
# section "Resources", icon: "resources" do
# all_resources
# end
# section "Tools", icon: "tools" do
# all_tools
# end
# }
#
# This only works with Pro license
config.main_menu = lambda {
section 'Dashboards', icon: 'dashboards' do
all_dashboards
end
section 'Resources', icon: 'dashboards' do
resource :account
resource :user
resource :attribution
resource :proposal
resource :cancelation
end
section 'Billing', icon: 'dashboards' do
resource :billing_plan, label: 'Plans'
resource :billing_subscription, label: 'Subscription'
end
}
# config.profile_menu = -> {
# link "Profile", path: "/avo/profile", icon: "user-circle"
# }
endearly-leather-2501
02/09/2024, 4:20 PMconfig.license_key = ENV.fetch('AVO_LICENSE_KEY', nil)
This returns the same license key in production and in development.lemon-wall-20836
02/09/2024, 5:09 PMlemon-wall-20836
02/09/2024, 5:09 PMlemon-wall-20836
02/09/2024, 5:10 PMlemon-wall-20836
02/09/2024, 5:11 PMlemon-wall-20836
02/09/2024, 5:12 PM/avo/avo_private/statusearly-leather-2501
02/09/2024, 5:13 PMearly-leather-2501
02/09/2024, 5:13 PMlemon-wall-20836
02/09/2024, 5:14 PMearly-leather-2501
02/09/2024, 5:14 PMlemon-wall-20836
02/09/2024, 5:14 PMlemon-wall-20836
02/09/2024, 5:15 PMearly-leather-2501
02/09/2024, 5:16 PMearly-leather-2501
02/09/2024, 5:17 PMlemon-wall-20836
02/09/2024, 5:18 PMlemon-wall-20836
02/09/2024, 5:18 PMearly-leather-2501
02/09/2024, 5:20 PMlemon-wall-20836
02/09/2024, 5:22 PMearly-leather-2501
02/09/2024, 5:23 PMlemon-wall-20836
02/09/2024, 5:23 PMearly-leather-2501
02/09/2024, 5:24 PMlemon-wall-20836
02/09/2024, 5:26 PMlemon-wall-20836
02/09/2024, 5:26 PMlemon-wall-20836
02/09/2024, 5:26 PMlemon-wall-20836
02/09/2024, 5:26 PMearly-leather-2501
02/09/2024, 5:28 PMearly-leather-2501
02/09/2024, 5:28 PMlemon-wall-20836
02/09/2024, 5:28 PMlemon-wall-20836
02/09/2024, 5:28 PMearly-leather-2501
02/09/2024, 5:28 PMearly-leather-2501
02/09/2024, 5:29 PMlemon-wall-20836
02/09/2024, 5:29 PMlemon-wall-20836
02/09/2024, 5:29 PMlemon-wall-20836
02/09/2024, 5:30 PMearly-leather-2501
02/09/2024, 5:30 PM