Routing Error

No route matches [GET] "/help2/moodle/install"

Rails.root: /home/app/webapp

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
uploads_level_path POST /uploads/level(.:format)

uploads#level

uploads_badge_path POST /uploads/badge(.:format)

uploads#badge

uploads_tournament_path POST /uploads/tournament(.:format)

uploads#tournament

uploads_message_path POST /uploads/message(.:format)

uploads#message

uploads_currency_path POST /uploads/currency(.:format)

uploads#currency

uploads_asset_path POST /uploads/asset(.:format)

uploads#asset

uploads_reward_type_path POST /uploads/reward_type(.:format)

uploads#reward_type

uploads_action_setting_path POST /uploads/action_setting(.:format)

uploads#action_setting

uploads_app_logo_path POST /uploads/app/logo(.:format)

uploads#app_logo

analytics_track_path GET /analytics/track(.:format)

analytics#track

analytics_alias_path GET /analytics/alias(.:format)

analytics#alias

manage_path GET /manage(.:format)

manage#index

manage_team_json_path GET /manage/team_json(.:format)

manage#team_settings_json

manage_latest_actions_path GET /manage/latest_actions(.:format)

manage#latest_app_actions

GET /manage/*other(.:format)

manage#index

account_path GET /account(.:format)

manage#account_settings

billing_path GET /billing(.:format)

manage#billing_settings

POST /account(.:format)

manage#update_account_settings

solutions_product_path GET /solutions/product(.:format)

home#product_landing_page

solutions_company_path GET /solutions/company(.:format)

home#company_landing_page

solutions_case_study_path GET /solutions/case-study(.:format)

home#case_study_landing_page

help_path GET /help(.:format)

pages#index

docs_path GET /docs(.:format)

pages#index

help_page_path GET /help/*id(.:format)

pages#show

GET /docs/*id(.:format)

pages#show

legal_terms_of_service_path GET /legal/terms-of-service(.:format)

legal#terms

legal_privacy_policy_path GET /legal/privacy-policy(.:format)

legal#privacy-policy

paypal_confirmation_callback_path GET /paypal/confirmation/callback(.:format)

payments#paypal_callback

new_user_session_path GET /users/sign_in(.:format)

devise/sessions#new

user_session_path POST /users/sign_in(.:format)

devise/sessions#create

destroy_user_session_path GET /users/sign_out(.:format)

devise/sessions#destroy

new_user_password_path GET /users/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /users/password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

devise_legacy_with_ui/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

devise_legacy_with_ui/registrations#new

edit_user_registration_path GET /users/edit(.:format)

devise_legacy_with_ui/registrations#edit

user_registration_path PATCH /users(.:format)

devise_legacy_with_ui/registrations#update

PUT /users(.:format)

devise_legacy_with_ui/registrations#update

DELETE /users(.:format)

devise_legacy_with_ui/registrations#destroy

POST /users(.:format)

devise_legacy_with_ui/registrations#create

new_user_unlock_path GET /users/unlock/new(.:format)

devise/unlocks#new

user_unlock_path GET /users/unlock(.:format)

devise/unlocks#show

POST /users/unlock(.:format)

devise/unlocks#create

users_sign_in_json_path POST /users/sign_in_json(.:format)

devise_json_api/sessions#create

users_sign_out_json_path GET /users/sign_out_json(.:format)

devise_json_api/sessions#destroy

store_ranks_path GET /stores/:store_id/ranks(.:format)

ranks#index

POST /stores/:store_id/ranks(.:format)

ranks#create

new_store_rank_path GET /stores/:store_id/ranks/new(.:format)

ranks#new

edit_store_rank_path GET /stores/:store_id/ranks/:id/edit(.:format)

ranks#edit

store_rank_path GET /stores/:store_id/ranks/:id(.:format)

ranks#show

PATCH /stores/:store_id/ranks/:id(.:format)

ranks#update

PUT /stores/:store_id/ranks/:id(.:format)

ranks#update

DELETE /stores/:store_id/ranks/:id(.:format)

ranks#destroy

store_badges_path GET /stores/:store_id/badges(.:format)

badges#index

POST /stores/:store_id/badges(.:format)

badges#create

new_store_badge_path GET /stores/:store_id/badges/new(.:format)

badges#new

edit_store_badge_path GET /stores/:store_id/badges/:id/edit(.:format)

badges#edit

store_badge_path GET /stores/:store_id/badges/:id(.:format)

badges#show

PATCH /stores/:store_id/badges/:id(.:format)

badges#update

PUT /stores/:store_id/badges/:id(.:format)

badges#update

DELETE /stores/:store_id/badges/:id(.:format)

badges#destroy

store_tournaments_path GET /stores/:store_id/tournaments(.:format)

tournaments#index

POST /stores/:store_id/tournaments(.:format)

tournaments#create

new_store_tournament_path GET /stores/:store_id/tournaments/new(.:format)

tournaments#new

edit_store_tournament_path GET /stores/:store_id/tournaments/:id/edit(.:format)

tournaments#edit

store_tournament_path GET /stores/:store_id/tournaments/:id(.:format)

tournaments#show

PATCH /stores/:store_id/tournaments/:id(.:format)

tournaments#update

PUT /stores/:store_id/tournaments/:id(.:format)

tournaments#update

DELETE /stores/:store_id/tournaments/:id(.:format)

tournaments#destroy

store_messages_path GET /stores/:store_id/messages(.:format)

messages#index

POST /stores/:store_id/messages(.:format)

messages#create

new_store_message_path GET /stores/:store_id/messages/new(.:format)

messages#new

edit_store_message_path GET /stores/:store_id/messages/:id/edit(.:format)

messages#edit

store_message_path GET /stores/:store_id/messages/:id(.:format)

messages#show

PATCH /stores/:store_id/messages/:id(.:format)

messages#update

PUT /stores/:store_id/messages/:id(.:format)

messages#update

DELETE /stores/:store_id/messages/:id(.:format)

messages#destroy

store_currencies_path GET /stores/:store_id/currencies(.:format)

currencies#index

POST /stores/:store_id/currencies(.:format)

currencies#create

new_store_currency_path GET /stores/:store_id/currencies/new(.:format)

currencies#new

edit_store_currency_path GET /stores/:store_id/currencies/:id/edit(.:format)

currencies#edit

store_currency_path GET /stores/:store_id/currencies/:id(.:format)

currencies#show

PATCH /stores/:store_id/currencies/:id(.:format)

currencies#update

PUT /stores/:store_id/currencies/:id(.:format)

currencies#update

DELETE /stores/:store_id/currencies/:id(.:format)

currencies#destroy

store_assets_path GET /stores/:store_id/assets(.:format)

assets#index

POST /stores/:store_id/assets(.:format)

assets#create

new_store_asset_path GET /stores/:store_id/assets/new(.:format)

assets#new

edit_store_asset_path GET /stores/:store_id/assets/:id/edit(.:format)

assets#edit

store_asset_path GET /stores/:store_id/assets/:id(.:format)

assets#show

PATCH /stores/:store_id/assets/:id(.:format)

assets#update

PUT /stores/:store_id/assets/:id(.:format)

assets#update

DELETE /stores/:store_id/assets/:id(.:format)

assets#destroy

store_reward_types_path GET /stores/:store_id/reward_types(.:format)

reward_types#index

POST /stores/:store_id/reward_types(.:format)

reward_types#create

new_store_reward_type_path GET /stores/:store_id/reward_types/new(.:format)

reward_types#new

edit_store_reward_type_path GET /stores/:store_id/reward_types/:id/edit(.:format)

reward_types#edit

store_reward_type_path GET /stores/:store_id/reward_types/:id(.:format)

reward_types#show

PATCH /stores/:store_id/reward_types/:id(.:format)

reward_types#update

PUT /stores/:store_id/reward_types/:id(.:format)

reward_types#update

DELETE /stores/:store_id/reward_types/:id(.:format)

reward_types#destroy

store_users_path GET /stores/:store_id/users(.:format)

users#index

POST /stores/:store_id/users(.:format)

users#create

new_store_user_path GET /stores/:store_id/users/new(.:format)

users#new

edit_store_user_path GET /stores/:store_id/users/:id/edit(.:format)

users#edit

store_user_path GET /stores/:store_id/users/:id(.:format)

users#show

PATCH /stores/:store_id/users/:id(.:format)

users#update

PUT /stores/:store_id/users/:id(.:format)

users#update

DELETE /stores/:store_id/users/:id(.:format)

users#destroy

store_action_settings_path GET /stores/:store_id/action_settings(.:format)

action_settings#index

POST /stores/:store_id/action_settings(.:format)

action_settings#create

new_store_action_setting_path GET /stores/:store_id/action_settings/new(.:format)

action_settings#new

edit_store_action_setting_path GET /stores/:store_id/action_settings/:id/edit(.:format)

action_settings#edit

store_action_setting_path GET /stores/:store_id/action_settings/:id(.:format)

action_settings#show

PATCH /stores/:store_id/action_settings/:id(.:format)

action_settings#update

PUT /stores/:store_id/action_settings/:id(.:format)

action_settings#update

DELETE /stores/:store_id/action_settings/:id(.:format)

action_settings#destroy

store_audit_logs_path GET /stores/:store_id/audit_logs(.:format)

audit_logs#index

GET /stores/:store_id/audit_logs/:page(.:format)

audit_logs#index

store_reports_actions_path GET /stores/:store_id/reports/actions(.:format)

reports#statistics

store_reports_create_path GET /stores/:store_id/reports/create(.:format)

reports#create

store_reports_badges_path GET /stores/:store_id/reports/badges(.:format)

reports#badges

store_reports_users_path GET /stores/:store_id/reports/users(.:format)

reports#users

stores_path GET /stores(.:format)

stores#index

POST /stores(.:format)

stores#create

new_store_path GET /stores/new(.:format)

stores#new

edit_store_path GET /stores/:id/edit(.:format)

stores#edit

store_path GET /stores/:id(.:format)

stores#show

PATCH /stores/:id(.:format)

stores#update

PUT /stores/:id(.:format)

stores#update

DELETE /stores/:id(.:format)

stores#destroy

new_admin_session_path GET /admins/sign_in(.:format)

devise/sessions#new

admin_session_path POST /admins/sign_in(.:format)

devise/sessions#create

destroy_admin_session_path GET /admins/sign_out(.:format)

devise/sessions#destroy

admin_root_path GET /admin(.:format)

admin/admin#index

admin_apps_path GET /admin/apps(.:format)

admin/admin#apps

admin_apps_referrals_path GET /admin/apps/referrals(.:format)

admin/admin#apps_referrals_report

admin_path GET /admin/apps/:app(.:format)

admin/admin#app_management

POST /admin/apps/:app(.:format)

admin/admin#update_app_settings

admin_features_report_path GET /admin/features/report(.:format)

admin/admin#features_report

GET /admin/switch/user/:id(.:format)

admin/admin#switch_user

admin_whitelist_ips_index_path GET /admin/whitelist_ips/:app(.:format)

admin/whitelist_ips#index

admin_whitelist_ips_update_path POST /admin/whitelist_ips/:app(.:format)

admin/whitelist_ips#update

GET /admin/users/:app(.:format)

admin/admin#users

GET /admin/users/json/:app(.:format)

admin/admin#users_json

GET /admin/users/create/:app(.:format)

admin/admin#create_user

POST /admin/users/create/:app(.:format)

admin/admin#create_user

POST /admin/users/update/:app(.:format)

admin/admin#update_user

POST /admin/users/delete/:app(.:format)

admin/admin#delete_user

root_path GET /

home#index

page_path GET /pages/*id

high_voltage/pages#show

Request

Parameters:

None

Response

Headers:

None