Routing Error

No route matches [GET] "/securitymeeting/logar.php"

Rails.root: /myapp

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_user_session_path GET /usuario/login-usuario(.:format)

devise/sessions#new

user_session_path POST /usuario/login-usuario(.:format)

devise/sessions#create

destroy_user_session_path DELETE /usuario/logout-usuario(.:format)

devise/sessions#destroy

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

devise/passwords#new

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

devise/passwords#edit

user_password_path PATCH /usuario/password(.:format)

devise/passwords#update

PUT /usuario/password(.:format)

devise/passwords#update

POST /usuario/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /usuario/cancel(.:format)

devise/registrations#cancel

new_user_registration_path GET /usuario/sign_up(.:format)

devise/registrations#new

edit_user_registration_path GET /usuario/edit(.:format)

devise/registrations#edit

user_registration_path PATCH /usuario(.:format)

devise/registrations#update

PUT /usuario(.:format)

devise/registrations#update

DELETE /usuario(.:format)

devise/registrations#destroy

POST /usuario(.:format)

devise/registrations#create

new_admin_session_path GET /administrador/login-administrador(.:format)

devise/sessions#new

admin_session_path POST /administrador/login-administrador(.:format)

devise/sessions#create

destroy_admin_session_path DELETE /administrador/logout-administrador(.:format)

devise/sessions#destroy

new_admin_password_path GET /administrador/password/new(.:format)

devise/passwords#new

edit_admin_password_path GET /administrador/password/edit(.:format)

devise/passwords#edit

admin_password_path PATCH /administrador/password(.:format)

devise/passwords#update

PUT /administrador/password(.:format)

devise/passwords#update

POST /administrador/password(.:format)

devise/passwords#create

cancel_admin_registration_path GET /administrador/cancel(.:format)

devise/registrations#cancel

new_admin_registration_path GET /administrador/sign_up(.:format)

devise/registrations#new

edit_admin_registration_path GET /administrador/edit(.:format)

devise/registrations#edit

admin_registration_path PATCH /administrador(.:format)

devise/registrations#update

PUT /administrador(.:format)

devise/registrations#update

DELETE /administrador(.:format)

devise/registrations#destroy

POST /administrador(.:format)

devise/registrations#create

new_admin_unlock_path GET /administrador/unlock/new(.:format)

devise/unlocks#new

admin_unlock_path GET /administrador/unlock(.:format)

devise/unlocks#show

POST /administrador/unlock(.:format)

devise/unlocks#create

root_path GET /

public#index

contact_path GET /contato(.:format)

public#contact

about_path GET /quem-somos(.:format)

public#about

partners_path GET /parceiros(.:format)

public#partners

customers_path GET /clientes(.:format)

public#customers

terms_path GET /termos-de-uso(.:format)

public#terms

customers_sm_path GET /clientes-sm(.:format)

public#customers_sm

modal_customer_path GET /modal_customer(.:format)

public#modal_customer

modal_customer_sm_path GET /modal_customer_sm(.:format)

public#modal_customer_sm

send_contact_path POST /enviar-email(.:format)

public#send_contact

send_newsletter_path POST /cadastrar-newsletter(.:format)

public#send_newsletter

order_notification_path POST /order_notification(.:format)

order_notification#create

status_do_pedido_path POST /status_do_pedido(.:format)

public#status_do_pedido

search_products_path GET /produtos/buscar(.:format)

products#buscar

products_path GET /produtos(.:format)

products#index

POST /produtos(.:format)

products#create

new_product_path GET /produtos/new(.:format)

products#new

edit_product_path GET /produtos/:id/edit(.:format)

products#edit

product_path GET /produtos/:id(.:format)

products#show

PATCH /produtos/:id(.:format)

products#update

PUT /produtos/:id(.:format)

products#update

DELETE /produtos/:id(.:format)

products#destroy

search_services_path GET /servicos/buscar(.:format)

services#buscar

services_path GET /servicos(.:format)

services#index

POST /servicos(.:format)

services#create

new_service_path GET /servicos/new(.:format)

services#new

edit_service_path GET /servicos/:id/edit(.:format)

services#edit

service_path GET /servicos/:id(.:format)

services#show

PATCH /servicos/:id(.:format)

services#update

PUT /servicos/:id(.:format)

services#update

DELETE /servicos/:id(.:format)

services#destroy

search_notices_path GET /noticias/buscar(.:format)

notices#buscar

notices_path GET /noticias(.:format)

notices#index

POST /noticias(.:format)

notices#create

new_notice_path GET /noticias/new(.:format)

notices#new

edit_notice_path GET /noticias/:id/edit(.:format)

notices#edit

notice_path GET /noticias/:id(.:format)

notices#show

PATCH /noticias/:id(.:format)

notices#update

PUT /noticias/:id(.:format)

notices#update

DELETE /noticias/:id(.:format)

notices#destroy

search_reports_path GET /reportagens/buscar(.:format)

reports#buscar

reports_path GET /reportagens(.:format)

reports#index

POST /reportagens(.:format)

reports#create

new_report_path GET /reportagens/new(.:format)

reports#new

edit_report_path GET /reportagens/:id/edit(.:format)

reports#edit

report_path GET /reportagens/:id(.:format)

reports#show

PATCH /reportagens/:id(.:format)

reports#update

PUT /reportagens/:id(.:format)

reports#update

DELETE /reportagens/:id(.:format)

reports#destroy

category_products_path GET /categorias/:category_id/produtos(.:format)

products#index

POST /categorias/:category_id/produtos(.:format)

products#create

new_category_product_path GET /categorias/:category_id/produtos/new(.:format)

products#new

edit_category_product_path GET /categorias/:category_id/produtos/:id/edit(.:format)

products#edit

category_product_path GET /categorias/:category_id/produtos/:id(.:format)

products#show

PATCH /categorias/:category_id/produtos/:id(.:format)

products#update

PUT /categorias/:category_id/produtos/:id(.:format)

products#update

DELETE /categorias/:category_id/produtos/:id(.:format)

products#destroy

category_services_path GET /categorias/:category_id/servicos(.:format)

services#index

POST /categorias/:category_id/servicos(.:format)

services#create

new_category_service_path GET /categorias/:category_id/servicos/new(.:format)

services#new

edit_category_service_path GET /categorias/:category_id/servicos/:id/edit(.:format)

services#edit

category_service_path GET /categorias/:category_id/servicos/:id(.:format)

services#show

PATCH /categorias/:category_id/servicos/:id(.:format)

services#update

PUT /categorias/:category_id/servicos/:id(.:format)

services#update

DELETE /categorias/:category_id/servicos/:id(.:format)

services#destroy

categories_path GET /categorias(.:format)

categories#index

POST /categorias(.:format)

categories#create

new_category_path GET /categorias/new(.:format)

categories#new

edit_category_path GET /categorias/:id/edit(.:format)

categories#edit

category_path GET /categorias/:id(.:format)

categories#show

PATCH /categorias/:id(.:format)

categories#update

PUT /categorias/:id(.:format)

categories#update

DELETE /categorias/:id(.:format)

categories#destroy

admin_path GET /administrador(.:format)

admin#index

search_admin_sliders_path GET /administrador/sliders/buscar(.:format)

admin/sliders#buscar

admin_sliders_path GET /administrador/sliders(.:format)

admin/sliders#index

POST /administrador/sliders(.:format)

admin/sliders#create

new_admin_slider_path GET /administrador/sliders/novo(.:format)

admin/sliders#new

edit_admin_slider_path GET /administrador/sliders/:id/editar(.:format)

admin/sliders#edit

admin_slider_path GET /administrador/sliders/:id(.:format)

admin/sliders#show

PATCH /administrador/sliders/:id(.:format)

admin/sliders#update

PUT /administrador/sliders/:id(.:format)

admin/sliders#update

DELETE /administrador/sliders/:id(.:format)

admin/sliders#destroy

search_admin_alerts_path GET /administrador/alertas/buscar(.:format)

admin/alerts#buscar

admin_alerts_path GET /administrador/alertas(.:format)

admin/alerts#index

POST /administrador/alertas(.:format)

admin/alerts#create

new_admin_alert_path GET /administrador/alertas/novo(.:format)

admin/alerts#new

edit_admin_alert_path GET /administrador/alertas/:id/editar(.:format)

admin/alerts#edit

admin_alert_path GET /administrador/alertas/:id(.:format)

admin/alerts#show

PATCH /administrador/alertas/:id(.:format)

admin/alerts#update

PUT /administrador/alertas/:id(.:format)

admin/alerts#update

DELETE /administrador/alertas/:id(.:format)

admin/alerts#destroy

search_admin_orders_path GET /administrador/pedidos/buscar(.:format)

admin/orders#buscar

status_admin_order_path GET /administrador/pedidos/:id/status(.:format)

admin/orders#status

admin_orders_path GET /administrador/pedidos(.:format)

admin/orders#index

POST /administrador/pedidos(.:format)

admin/orders#create

new_admin_order_path GET /administrador/pedidos/novo(.:format)

admin/orders#new

edit_admin_order_path GET /administrador/pedidos/:id/editar(.:format)

admin/orders#edit

admin_order_path GET /administrador/pedidos/:id(.:format)

admin/orders#show

PATCH /administrador/pedidos/:id(.:format)

admin/orders#update

PUT /administrador/pedidos/:id(.:format)

admin/orders#update

DELETE /administrador/pedidos/:id(.:format)

admin/orders#destroy

search_admin_products_path GET /administrador/produtos/buscar(.:format)

admin/products#buscar

admin_products_path GET /administrador/produtos(.:format)

admin/products#index

POST /administrador/produtos(.:format)

admin/products#create

new_admin_product_path GET /administrador/produtos/novo(.:format)

admin/products#new

edit_admin_product_path GET /administrador/produtos/:id/editar(.:format)

admin/products#edit

admin_product_path GET /administrador/produtos/:id(.:format)

admin/products#show

PATCH /administrador/produtos/:id(.:format)

admin/products#update

PUT /administrador/produtos/:id(.:format)

admin/products#update

DELETE /administrador/produtos/:id(.:format)

admin/products#destroy

search_admin_coupons_path GET /administrador/cupons/buscar(.:format)

admin/coupons#buscar

admin_coupons_path GET /administrador/cupons(.:format)

admin/coupons#index

POST /administrador/cupons(.:format)

admin/coupons#create

new_admin_coupon_path GET /administrador/cupons/novo(.:format)

admin/coupons#new

edit_admin_coupon_path GET /administrador/cupons/:id/editar(.:format)

admin/coupons#edit

admin_coupon_path GET /administrador/cupons/:id(.:format)

admin/coupons#show

PATCH /administrador/cupons/:id(.:format)

admin/coupons#update

PUT /administrador/cupons/:id(.:format)

admin/coupons#update

DELETE /administrador/cupons/:id(.:format)

admin/coupons#destroy

search_admin_services_path GET /administrador/servicos/buscar(.:format)

admin/services#buscar

admin_services_path GET /administrador/servicos(.:format)

admin/services#index

POST /administrador/servicos(.:format)

admin/services#create

new_admin_service_path GET /administrador/servicos/novo(.:format)

admin/services#new

edit_admin_service_path GET /administrador/servicos/:id/editar(.:format)

admin/services#edit

admin_service_path GET /administrador/servicos/:id(.:format)

admin/services#show

PATCH /administrador/servicos/:id(.:format)

admin/services#update

PUT /administrador/servicos/:id(.:format)

admin/services#update

DELETE /administrador/servicos/:id(.:format)

admin/services#destroy

search_admin_customers_path GET /administrador/clientes/buscar(.:format)

admin/customers#buscar

admin_customers_path GET /administrador/clientes(.:format)

admin/customers#index

POST /administrador/clientes(.:format)

admin/customers#create

new_admin_customer_path GET /administrador/clientes/novo(.:format)

admin/customers#new

edit_admin_customer_path GET /administrador/clientes/:id/editar(.:format)

admin/customers#edit

admin_customer_path GET /administrador/clientes/:id(.:format)

admin/customers#show

PATCH /administrador/clientes/:id(.:format)

admin/customers#update

PUT /administrador/clientes/:id(.:format)

admin/customers#update

DELETE /administrador/clientes/:id(.:format)

admin/customers#destroy

search_admin_users_path GET /administrador/usuarios/buscar(.:format)

admin/users#buscar

admin_users_path GET /administrador/usuarios(.:format)

admin/users#index

POST /administrador/usuarios(.:format)

admin/users#create

new_admin_user_path GET /administrador/usuarios/novo(.:format)

admin/users#new

edit_admin_user_path GET /administrador/usuarios/:id/editar(.:format)

admin/users#edit

admin_user_path GET /administrador/usuarios/:id(.:format)

admin/users#show

PATCH /administrador/usuarios/:id(.:format)

admin/users#update

PUT /administrador/usuarios/:id(.:format)

admin/users#update

DELETE /administrador/usuarios/:id(.:format)

admin/users#destroy

search_admin_partners_path GET /administrador/parceiros/buscar(.:format)

admin/partners#buscar

admin_partners_path GET /administrador/parceiros(.:format)

admin/partners#index

POST /administrador/parceiros(.:format)

admin/partners#create

new_admin_partner_path GET /administrador/parceiros/novo(.:format)

admin/partners#new

edit_admin_partner_path GET /administrador/parceiros/:id/editar(.:format)

admin/partners#edit

admin_partner_path GET /administrador/parceiros/:id(.:format)

admin/partners#show

PATCH /administrador/parceiros/:id(.:format)

admin/partners#update

PUT /administrador/parceiros/:id(.:format)

admin/partners#update

DELETE /administrador/parceiros/:id(.:format)

admin/partners#destroy

search_admin_newsletters_path GET /administrador/newsletters/buscar(.:format)

admin/newsletters#buscar

admin_newsletters_path GET /administrador/newsletters(.:format)

admin/newsletters#index

POST /administrador/newsletters(.:format)

admin/newsletters#create

new_admin_newsletter_path GET /administrador/newsletters/novo(.:format)

admin/newsletters#new

edit_admin_newsletter_path GET /administrador/newsletters/:id/editar(.:format)

admin/newsletters#edit

admin_newsletter_path GET /administrador/newsletters/:id(.:format)

admin/newsletters#show

PATCH /administrador/newsletters/:id(.:format)

admin/newsletters#update

PUT /administrador/newsletters/:id(.:format)

admin/newsletters#update

DELETE /administrador/newsletters/:id(.:format)

admin/newsletters#destroy

search_admin_messages_path GET /administrador/mensagens/buscar(.:format)

admin/messages#buscar

admin_messages_path GET /administrador/mensagens(.:format)

admin/messages#index

POST /administrador/mensagens(.:format)

admin/messages#create

new_admin_message_path GET /administrador/mensagens/novo(.:format)

admin/messages#new

edit_admin_message_path GET /administrador/mensagens/:id/editar(.:format)

admin/messages#edit

admin_message_path GET /administrador/mensagens/:id(.:format)

admin/messages#show

PATCH /administrador/mensagens/:id(.:format)

admin/messages#update

PUT /administrador/mensagens/:id(.:format)

admin/messages#update

DELETE /administrador/mensagens/:id(.:format)

admin/messages#destroy

search_admin_notices_path GET /administrador/noticias/buscar(.:format)

admin/notices#buscar

admin_notices_path GET /administrador/noticias(.:format)

admin/notices#index

POST /administrador/noticias(.:format)

admin/notices#create

new_admin_notice_path GET /administrador/noticias/novo(.:format)

admin/notices#new

edit_admin_notice_path GET /administrador/noticias/:id/editar(.:format)

admin/notices#edit

admin_notice_path GET /administrador/noticias/:id(.:format)

admin/notices#show

PATCH /administrador/noticias/:id(.:format)

admin/notices#update

PUT /administrador/noticias/:id(.:format)

admin/notices#update

DELETE /administrador/noticias/:id(.:format)

admin/notices#destroy

search_admin_reports_path GET /administrador/reportagens/buscar(.:format)

admin/reports#buscar

admin_reports_path GET /administrador/reportagens(.:format)

admin/reports#index

POST /administrador/reportagens(.:format)

admin/reports#create

new_admin_report_path GET /administrador/reportagens/novo(.:format)

admin/reports#new

edit_admin_report_path GET /administrador/reportagens/:id/editar(.:format)

admin/reports#edit

admin_report_path GET /administrador/reportagens/:id(.:format)

admin/reports#show

PATCH /administrador/reportagens/:id(.:format)

admin/reports#update

PUT /administrador/reportagens/:id(.:format)

admin/reports#update

DELETE /administrador/reportagens/:id(.:format)

admin/reports#destroy

search_admin_categories_path GET /administrador/categorias/buscar(.:format)

admin/categories#buscar

admin_categories_path GET /administrador/categorias(.:format)

admin/categories#index

POST /administrador/categorias(.:format)

admin/categories#create

new_admin_category_path GET /administrador/categorias/novo(.:format)

admin/categories#new

edit_admin_category_path GET /administrador/categorias/:id/editar(.:format)

admin/categories#edit

admin_category_path GET /administrador/categorias/:id(.:format)

admin/categories#show

PATCH /administrador/categorias/:id(.:format)

admin/categories#update

PUT /administrador/categorias/:id(.:format)

admin/categories#update

DELETE /administrador/categorias/:id(.:format)

admin/categories#destroy

user_path GET /usuario(.:format)

user#index

edit_user_account_path GET /usuario/meus-dados/:id/editar-perfil(.:format)

user/account#edit

user_account_path PATCH /usuario/meus-dados/:id(.:format)

user/account#update

PUT /usuario/meus-dados/:id(.:format)

user/account#update

buscar_user_orders_path GET /usuario/meus-pedidos/buscar(.:format)

user/orders#buscar

finish_user_order_path GET /usuario/meus-pedidos/:id/finish(.:format)

user/orders#finish

update_user_order_path POST /usuario/meus-pedidos/:id/update(.:format)

user/orders#update

finish_order_user_order_path POST /usuario/meus-pedidos/:id/finish_order(.:format)

user/orders#finish_order

send_coupon_user_order_path POST /usuario/meus-pedidos/:id/send_coupon(.:format)

user/orders#send_coupon

delete_order_user_order_path DELETE /usuario/meus-pedidos/:id/delete_order(.:format)

user/orders#delete_order

send_api_user_order_path POST /usuario/meus-pedidos/:id/send_api(.:format)

user/orders#send_api

confirmation_user_order_path GET /usuario/meus-pedidos/:id/confirmacao(.:format)

user/orders#confirmacao

not_finished_user_order_path GET /usuario/meus-pedidos/:id/erro-no-registro(.:format)

user/orders#erro_no_registro

update_user_account_user_order_path PATCH /usuario/meus-pedidos/:id/update_user_account(.:format)

user/orders#update_user_account

user_orders_path GET /usuario/meus-pedidos(.:format)

user/orders#index

POST /usuario/meus-pedidos(.:format)

user/orders#create

new_user_order_path GET /usuario/meus-pedidos/novo(.:format)

user/orders#new

edit_user_order_path GET /usuario/meus-pedidos/:id/editar(.:format)

user/orders#edit

user_order_path GET /usuario/meus-pedidos/:id(.:format)

user/orders#show

PATCH /usuario/meus-pedidos/:id(.:format)

user/orders#update

PUT /usuario/meus-pedidos/:id(.:format)

user/orders#update

DELETE /usuario/meus-pedidos/:id(.:format)

user/orders#destroy

remove_item_cart_path POST /meu-pedido/remove_item(.:format)

carts#remove_item

finish_cart_cart_path GET /meu-pedido/finish_cart(.:format)

carts#finish_cart

update_cart_cart_path POST /meu-pedido/update_cart(.:format)

carts#update_cart

finish_cart_path POST /meu-pedido/finish(.:format)

carts#finish

new_cart_path GET /meu-pedido/new(.:format)

carts#new

edit_cart_path GET /meu-pedido/edit(.:format)

carts#edit

cart_path GET /meu-pedido(.:format)

carts#show

PATCH /meu-pedido(.:format)

carts#update

PUT /meu-pedido(.:format)

carts#update

DELETE /meu-pedido(.:format)

carts#destroy

POST /meu-pedido(.:format)

carts#create

/404(.:format)

errors#not_found

/500(.:format)

errors#internal_server_error

rails_service_blob_path GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs#show

rails_blob_representation_path GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

Request

Parameters:

{"login"=>"1124", "senha"=>"a8fb5", "reuniao_id"=>"232"}

Response

Headers:

None