Your App: properties | routes

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
respostas_path GET /respostas(.:format) respostas#index
POST /respostas(.:format) respostas#create
new_resposta_path GET /respostas/new(.:format) respostas#new
edit_resposta_path GET /respostas/:id/edit(.:format) respostas#edit
resposta_path GET /respostas/:id(.:format) respostas#show
PATCH /respostas/:id(.:format) respostas#update
PUT /respostas/:id(.:format) respostas#update
DELETE /respostas/:id(.:format) respostas#destroy
cadastrar_path GET /cadastrar(.:format) cadastrar#inicio
cadastrar_criar_cadastro_path POST /cadastrar/criar_cadastro(.:format) cadastrar#criar_cadastro
GET /cadastrar/criar_cadastro(.:format) cadastrar#criar_cadastro
GET /cadastrar/sucesso/:id(.:format) cadastrar#sucesso
cadastrar_cliente_ja_ativo_path GET /cadastrar/cliente_ja_ativo(.:format) cadastrar#cliente_ja_ativo
cadastrar_nova_empresa_path GET /cadastrar/nova_empresa(.:format) cadastrar#nova_empresa
GET /cadastrar/reativar_cliente/:id(.:format) cadastrar#reativar_cliente
GET /cadastrar/subcategorias_da_categoria_select/:categoria_id(.:format) cadastrar#subcategorias_da_categoria_select
GET /cupom/:id(.:format) cupons#cupom {:format=>"pdf"}
GET /cupons/:id(.:format) cupons#show
log_error_path GET /log/error(.:format) log#error
promocao_cinemas_path GET /promocao_cinemas(.:format) promocao_cinemas#index
POST /promocao_cinemas(.:format) promocao_cinemas#create
new_promocao_cinema_path GET /promocao_cinemas/new(.:format) promocao_cinemas#new
edit_promocao_cinema_path GET /promocao_cinemas/:id/edit(.:format) promocao_cinemas#edit
promocao_cinema_path GET /promocao_cinemas/:id(.:format) promocao_cinemas#show
PATCH /promocao_cinemas/:id(.:format) promocao_cinemas#update
PUT /promocao_cinemas/:id(.:format) promocao_cinemas#update
DELETE /promocao_cinemas/:id(.:format) promocao_cinemas#destroy
promocao_apps_path GET /promocao_apps(.:format) promocao_apps#index
POST /promocao_apps(.:format) promocao_apps#create
new_promocao_app_path GET /promocao_apps/new(.:format) promocao_apps#new
edit_promocao_app_path GET /promocao_apps/:id/edit(.:format) promocao_apps#edit
promocao_app_path GET /promocao_apps/:id(.:format) promocao_apps#show
PATCH /promocao_apps/:id(.:format) promocao_apps#update
PUT /promocao_apps/:id(.:format) promocao_apps#update
DELETE /promocao_apps/:id(.:format) promocao_apps#destroy
GET /hotsite/:slug(.:format) hotsite#index
admin_banner_minis_path GET /admin/banner_minis(.:format) admin/banner_minis#index
POST /admin/banner_minis(.:format) admin/banner_minis#create
new_admin_banner_mini_path GET /admin/banner_minis/new(.:format) admin/banner_minis#new
edit_admin_banner_mini_path GET /admin/banner_minis/:id/edit(.:format) admin/banner_minis#edit
admin_banner_mini_path GET /admin/banner_minis/:id(.:format) admin/banner_minis#show
PATCH /admin/banner_minis/:id(.:format) admin/banner_minis#update
PUT /admin/banner_minis/:id(.:format) admin/banner_minis#update
DELETE /admin/banner_minis/:id(.:format) admin/banner_minis#destroy
acessar_pagina_path POST /acessar_pagina(.:format) inicio#acessar_pagina
mobile_path GET /mobile/filme/:id(.:format) mobile/filmes#show
GET /mobile/evento_cultural/:id(.:format) mobile/evento_cultural#show
GET /mobile/cliente/:id(.:format) mobile/clientes#show
GET /mobile/promocao/:id(.:format) mobile/promocoes#show
GET /mobile/revista/:edicao(.:format) mobile/revistas#show
GET /mobile/revista/:edicao/folhear(.:format) mobile/revistas#folhear
mobile_chat_phplive_path GET /mobile/chat/phplive(.:format) mobile/chat#phplive
GET /categoria/:categoria_slug/:q(.:format) redirect(301, http://telepesquisa.com/busca/rn/)
GET /categoria/:categoria_slug/estado/:uf(/:q)(.:format) redirect(301, http://telepesquisa.com/%{uf}/%{categoria_slug})
GET /categoria/:categoria_slug/:cidade/:uf(/:q)(.:format) redirect(301, http://telepesquisa.com/%{uf}/%{categoria_slug})
GET /estado/:uf/:q(.:format) redirect(301, http://telepesquisa.com/%{uf}/busca/%{q})
GET /empresas_em/:cidade/:uf/:q(.:format) empresas#busca {:q=>/[^\/]+/}
GET /trocar_uf/:uf(.:format) inicio#trocar_uf
GET /dados_estatisticos/consultar_intervalo_tempo/:id/:formato admin/dados_estatisticos#consultar_intervalo_tempo
GET /dados_estatisticos/resumo_pdf/:id(.:format) admin/dados_estatisticos#resumo_pdf {:format=>"pdf"}
GET /dados_estatisticos/resumo_email/:id(.:format) admin/dados_estatisticos#resumo_email
GET /dados_estatisticos/resumo_cliente/:id(.:format) admin/dados_estatisticos#resumo_cliente
clientes_alterar_periodicidade_estatisticas_path GET /clientes/alterar_periodicidade_estatisticas(.:format) admin/clientes#alterar_periodicidade_estatisticas
GET /dados_estatisticos/relatorio/:id(.:format) admin/dados_estatisticos#relatorio
GET /confirmar_alteracao/:id(.:format) admin/alteracao_executivos#confirmar_alteracao
GET /revista_url/:id(.:format) revistas#url
GET /revista_capa_url/:id(.:format) revistas#capa_url
GET /cliente_logo_url/:id/:size(.:format) empresas#logo_url
GET /filme_cartaz_url/:id(.:format) cinema#cartaz_url
landingpage_mobile_pagina_path GET /landingpage_mobile/pagina(.:format) inicio#landingpage_mobile
GET|POST /detalhar_promocao_phone/:id(.:format) promocao#show_phone
promocao_em_destaque_path GET /promocao_em_destaque(.:format) promocao_destaques#mostrar_ativa
GET /vendas/:id/produto_executivo(.:format) vendas#produto_executivo
executivos_path GET /executivos(.:format) vendas#executivos
vendas_retorno_path GET /vendas/retorno(.:format) vendas#retorno
GET /vendas/:id/produto(.:format) vendas#produto
vendas_path GET /vendas(.:format) vendas#index
enquetes_path GET /enquetes(.:format) enquetes#mostrar_ativa
concorrente_promocao_destaques_path GET /concorrente_promocao_destaques(.:format) concorrente_promocao_destaques#index
POST /concorrente_promocao_destaques(.:format) concorrente_promocao_destaques#create
new_concorrente_promocao_destaque_path GET /concorrente_promocao_destaques/new(.:format) concorrente_promocao_destaques#new
edit_concorrente_promocao_destaque_path GET /concorrente_promocao_destaques/:id/edit(.:format) concorrente_promocao_destaques#edit
concorrente_promocao_destaque_path GET /concorrente_promocao_destaques/:id(.:format) concorrente_promocao_destaques#show
PATCH /concorrente_promocao_destaques/:id(.:format) concorrente_promocao_destaques#update
PUT /concorrente_promocao_destaques/:id(.:format) concorrente_promocao_destaques#update
DELETE /concorrente_promocao_destaques/:id(.:format) concorrente_promocao_destaques#destroy
GET /concorrente_promocao_destaque/:id/new(.:format) concorrente_promocao_destaques#new
GET /concorrente_promocao_destaque/:id/enquete(.:format) concorrente_promocao_destaques#enquete
GET /enquetes/:id/respostas(.:format) enquetes#respostas
GET /enquetes/:id/:resposta/votar(.:format) enquetes#votar
GET /enquetes/:id/resultado(.:format) enquetes#resultado
promocao_em_destaque_participar_path POST /promocao_em_destaque/participar(.:format) promocao_destaques#participar
sitemap_path GET /sitemap(.:format) inicio#sitemap
Sitemap_path GET /Sitemap(.:format) inicio#sitemap
menu_sitemap_path GET /menu_sitemap(.:format) inicio#menu_sitemap
clientes_sitemap_path GET /clientes_sitemap(.:format) inicio#clientes_sitemap
atividades_sitemap_path GET /atividades_sitemap(.:format) inicio#atividades_sitemap
a_empresa_path GET /a_empresa(.:format) redirect(301, http://telepesquisa.com/sobre)
contato_path GET /contato(.:format) inicio#contato
anuncie_path GET /anuncie(.:format) redirect(301, http://telepesquisa.com/anuncie)
GET /nossos-canais(.:format) inicio#nossos_canais
aplicativo_path GET /aplicativo(.:format) inicio#aplicativo
sitemap_categorias_path GET /sitemap_categorias(.:format) inicio#categorias
GET /sitemap_categoria/:slug(.:format) inicio#categoria_show
GET /sitemap_subcategoria/:slug(.:format) inicio#subcategoria_show
anuncie_send_path POST /anuncie_send(.:format) inicio#anuncie_send
contato_send_path POST /contato_send(.:format) inicio#contato_send
GET /banner_acessar/:id(.:format) banner#acessar
GET /banner_agenda_acessar/:id(.:format) banner_agenda#acessar
inicio_categoria_click_path POST /inicio/categoria_click(.:format) inicio#categoria_click
inicio_categoria_clube_click_path POST /inicio/categoria_clube_click(.:format) inicio#categoria_clube_click
inicio_categoria_lugares_click_path POST /inicio/categoria_lugares_click(.:format) inicio#categoria_lugares_click
reportar_problema_generico_path POST /reportar_problema_generico(.:format) inicio#reportar_problema_generico
ckeditor_path /ckeditor Ckeditor::Engine
tarefas_agendadas_path GET /tarefas_agendadas(.:format) inicio#tarefas_agendadas
new_usuario_site_session_path GET /usuario_sites/sign_in(.:format) devise/sessions#new
usuario_site_session_path POST /usuario_sites/sign_in(.:format) devise/sessions#create
destroy_usuario_site_session_path DELETE /usuario_sites/sign_out(.:format) devise/sessions#destroy
usuario_site_password_path POST /usuario_sites/password(.:format) devise/passwords#create
new_usuario_site_password_path GET /usuario_sites/password/new(.:format) devise/passwords#new
edit_usuario_site_password_path GET /usuario_sites/password/edit(.:format) devise/passwords#edit
PATCH /usuario_sites/password(.:format) devise/passwords#update
PUT /usuario_sites/password(.:format) devise/passwords#update
cancel_usuario_site_registration_path GET /usuario_sites/cancel(.:format) devise/registrations#cancel
usuario_site_registration_path POST /usuario_sites(.:format) devise/registrations#create
new_usuario_site_registration_path GET /usuario_sites/sign_up(.:format) devise/registrations#new
edit_usuario_site_registration_path GET /usuario_sites/edit(.:format) devise/registrations#edit
PATCH /usuario_sites(.:format) devise/registrations#update
PUT /usuario_sites(.:format) devise/registrations#update
DELETE /usuario_sites(.:format) devise/registrations#destroy
usuario_site_omniauth_authorize_path GET|POST /usuario_sites/auth/:provider(.:format) auth/omniauth_callbacks#passthru {:provider=>/facebook/}
usuario_site_omniauth_callback_path GET|POST /usuario_sites/auth/:action/callback(.:format) auth/omniauth_callbacks#:action
usuario_site_sair_path GET|POST /usuario/sair(.:format) auth/omniauth_callbacks#usuario_sair
teste_path GET /teste(.:format) inicio#teste
login_path GET /login(.:format) autenticacao#login
registro_path GET /registro(.:format) autenticacao#registro
old_home_path GET /old_home(.:format) inicio#index
cinema_path GET /cinema(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET /cinema/:cinema_slug(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET /cinema/:cinema_slug/:filme_slug(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET|POST /filme/avaliar/:id/:avaliacao(.:format) cinema#avaliar_filme
revista_path GET /revista(.:format) revista#index
revistas_do_ano_path GET /revistas-do-ano/:ano(.:format) revista#index
revista_slug_path GET /revista/:edicao/:slug(.:format) revista#show
GET /agenda-natal-rn(.:format) redirect(301, http://telepesquisa.com/rn/agenda-cultural)
GET /agenda-cultural(.:format) redirect(301, http://telepesquisa.com/rn/agenda-cultural)
POST /agenda-cultural(.:format) agenda_cultural#busca
busca_agenda_path GET|POST /agenda-cultural/busca(.:format) agenda_cultural#busca
GET|POST /agenda-cultural/:cidade/:uf(.:format) agenda_cultural#busca
GET|POST /agenda-cultural/:uf(.:format) agenda_cultural#busca
GET /evento-cultural/:id/:slug(.:format) redirect(301, http://telepesquisa.com/evento/%{id}/%{slug})
inicio_path GET /inicio(.:format) inicio#index
empresas_path GET /empresas(.:format) redirect(301, http://telepesquisa.com/rn/empresas)
busca_empresa_path GET|POST /empresas/busca(.:format) redirect(301, http://telepesquisa.com/rn/empresas)
GET /empresa/:slug(.:format) redirect(301, http://telepesquisa.com/rn/busca/%{slug})
GET /empresa/:id/:slug(.:format) empresas#show
GET /uf_changed/:uf(.:format) empresas#uf_changed
detalhar_cliente_slug_old_path GET|POST /detalhar/:slug(.:format) redirect(301, http://telepesquisa.com/rn/busca/%{slug})
detalhar_phone_cliente_slug_path GET|POST /detalhar_phone/:id(.:format) empresas#show_phone
detalhar_phone_novo_cliente_slug_path GET|POST /detalhar_phone_novo/:id(.:format) empresas#show_phone_novo
busca_por_atividade_path GET|POST /busca_por_atividade/:id/:slug(.:format) redirect(301, http://telepesquisa.com/rn/busca/%{slug})
mudar_estado_path GET|POST /mudar_estado(.:format) inicio#mudar_estado
GET /servicos-uteis(.:format) servicos#index
GET /natal-cap(.:format) servicos#natal_cap
horoscopo_path GET /horoscopo(.:format) servicos#horoscopo
loteria_path GET /loteria(.:format) servicos#loteria
GET /signo/:nome(.:format) servicos#signo_show
fotos_path GET /fotos(.:format) fotos#index
album_path GET /album(.:format) redirect(301, http://telepesquisa.com/rn/albuns)
GET /fotos/:id(.:format) fotos#show
GET /album/:id(.:format) fotos#show
busca_fotos_old_path GET|POST /fotos/busca(.:format) fotos#busca
busca_fotos_path GET|POST /albuns/busca(.:format) fotos#busca
avaliar_empresa_path GET|POST /empresa/avaliar/:id/:avaliacao(.:format) empresas#avaliar
GET|POST /avaliar/:classe/:id/:avaliacao(.:format) avaliacao#avaliar
ofertas_path GET /ofertas(.:format) redirect(301, http://telepesquisa.com/rn/ofertas)
GET /oferta/:id(.:format) clube_telepesquisas#show
promocoes_path GET /promocoes(.:format) redirect(301, http://telepesquisa.com/ofertas)
GET /promocao/:id(.:format) promocao#show
GET /noticia/:id/:slug(.:format) noticias#show
POST /noticia/:id/cadastrar_comentario(.:format) noticias#cadastrar_comentario
newsletter_path POST /newsletter(.:format) inicio#newsletter
GET /aplicativo(.:format) inicio#aplicativo
POST /empresa/:id/reportar_problema(.:format) empresas#reportar_problema
m_root_path GET /m(.:format) m/inicio#index
m_empresas_busca_path POST /m/empresas/busca(.:format) m/empresas#busca
GET /m/empresas/busca(.:format) m/empresas#busca
m_path GET /m/empresa/:id(.:format) m/empresas#show
m_empresas_locais_proximos_path GET /m/empresas/locais_proximos(.:format) m/empresas#locais_proximos
m_cinema_path GET /m/cinema(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET /m/cinema/:cinema_id/:cinema_slug(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET /m/filme/:id/:slug(.:format) redirect(301, http://telepesquisa.com/rn/cinemas)
GET /m/agenda-cultural(.:format) redirect(301, http://telepesquisa.com/rn/agenda-cultural)
GET /m/agenda-cultural/:id/:slug(.:format) m/agenda_cultural#show
m_revista_path GET /m/revista(.:format) m/revista#index
m_revistas_do_ano_path GET /m/revistas-do-ano/:ano(.:format) m/revista#index
m_revista_slug_path GET /m/revista/:edicao/:slug(.:format) m/revista#show
new_usuario_session_path GET /admin/usuarios/sign_in(.:format) devise/sessions#new
usuario_session_path POST /admin/usuarios/sign_in(.:format) devise/sessions#create
destroy_usuario_session_path DELETE /admin/usuarios/sign_out(.:format) devise/sessions#destroy
usuario_password_path POST /admin/usuarios/password(.:format) devise/passwords#create
new_usuario_password_path GET /admin/usuarios/password/new(.:format) devise/passwords#new
edit_usuario_password_path GET /admin/usuarios/password/edit(.:format) devise/passwords#edit
PATCH /admin/usuarios/password(.:format) devise/passwords#update
PUT /admin/usuarios/password(.:format) devise/passwords#update
admin_financeiros_path GET /admin/financeiros(.:format) admin/financeiros#index
POST /admin/financeiros(.:format) admin/financeiros#create
new_admin_financeiro_path GET /admin/financeiros/new(.:format) admin/financeiros#new
edit_admin_financeiro_path GET /admin/financeiros/:id/edit(.:format) admin/financeiros#edit
admin_financeiro_path GET /admin/financeiros/:id(.:format) admin/financeiros#show
PATCH /admin/financeiros/:id(.:format) admin/financeiros#update
PUT /admin/financeiros/:id(.:format) admin/financeiros#update
DELETE /admin/financeiros/:id(.:format) admin/financeiros#destroy
admin_financeiro_cobrancas_path GET /admin/financeiro/cobrancas(.:format) admin/financeiros#cobrancas
admin_financeiro_cliente_path GET /admin/financeiro/cliente(.:format) admin/financeiros#cliente
admin_financeiro_protocolos_path GET /admin/financeiro/protocolos(.:format) admin/financeiros#protocolos
admin_financeiro_to_recibos_pdf_path POST /admin/financeiro/to_recibos_pdf(.:format) admin/financeiros#to_recibos_pdf
admin_financeiro_reagendar_path POST /admin/financeiro/reagendar(.:format) admin/financeiros#reagendar
admin_faturas_path GET /admin/faturas(.:format) admin/faturas#index
POST /admin/faturas(.:format) admin/faturas#create
new_admin_fatura_path GET /admin/faturas/new(.:format) admin/faturas#new
edit_admin_fatura_path GET /admin/faturas/:id/edit(.:format) admin/faturas#edit
admin_fatura_path GET /admin/faturas/:id(.:format) admin/faturas#show
PATCH /admin/faturas/:id(.:format) admin/faturas#update
PUT /admin/faturas/:id(.:format) admin/faturas#update
DELETE /admin/faturas/:id(.:format) admin/faturas#destroy
processar_admin_contrato_virtual_path PUT /admin/contrato_virtuais/:id/processar(.:format) admin/contrato_virtuais#processar
criar_cliente_admin_contrato_virtual_path PUT /admin/contrato_virtuais/:id/criar_cliente(.:format) admin/contrato_virtuais#criar_cliente
criar_cliente_filial_admin_contrato_virtual_path PUT /admin/contrato_virtuais/:id/criar_cliente_filial(.:format) admin/contrato_virtuais#criar_cliente_filial
substituir_cliente_admin_contrato_virtual_path PUT /admin/contrato_virtuais/:id/substituir_cliente(.:format) admin/contrato_virtuais#substituir_cliente
criar_redbox_admin_contrato_virtual_path PUT /admin/contrato_virtuais/:id/criar_redbox(.:format) admin/contrato_virtuais#criar_redbox
admin_contrato_virtuais_path GET /admin/contrato_virtuais(.:format) admin/contrato_virtuais#index
POST /admin/contrato_virtuais(.:format) admin/contrato_virtuais#create
new_admin_contrato_virtual_path GET /admin/contrato_virtuais/new(.:format) admin/contrato_virtuais#new
edit_admin_contrato_virtual_path GET /admin/contrato_virtuais/:id/edit(.:format) admin/contrato_virtuais#edit
admin_contrato_virtual_path GET /admin/contrato_virtuais/:id(.:format) admin/contrato_virtuais#show
PATCH /admin/contrato_virtuais/:id(.:format) admin/contrato_virtuais#update
PUT /admin/contrato_virtuais/:id(.:format) admin/contrato_virtuais#update
DELETE /admin/contrato_virtuais/:id(.:format) admin/contrato_virtuais#destroy
migrar_admin_subcategoria_path PUT /admin/subcategorias/:id/migrar(.:format) admin/subcategorias#migrar
migrar2_admin_subcategoria_path PUT /admin/subcategorias/:id/migrar2(.:format) admin/subcategorias#migrar2
admin_subcategorias_path GET /admin/subcategorias(.:format) admin/subcategorias#index
POST /admin/subcategorias(.:format) admin/subcategorias#create
new_admin_subcategoria_path GET /admin/subcategorias/new(.:format) admin/subcategorias#new
edit_admin_subcategoria_path GET /admin/subcategorias/:id/edit(.:format) admin/subcategorias#edit
admin_subcategoria_path GET /admin/subcategorias/:id(.:format) admin/subcategorias#show
PATCH /admin/subcategorias/:id(.:format) admin/subcategorias#update
PUT /admin/subcategorias/:id(.:format) admin/subcategorias#update
DELETE /admin/subcategorias/:id(.:format) admin/subcategorias#destroy
admin_path GET /admin/responsavel/excluir/:id(.:format) admin/responsaveis#excluir
admin_clientes_sem_categoria_path GET /admin/clientes/sem_categoria(.:format) admin/clientes#sem_categoria
admin_clientes_sem_subcategoria_path GET /admin/clientes/sem_subcategoria(.:format) admin/clientes#sem_subcategoria
GET /admin/clientes/:id/prospeccao_to_agenda(.:format) admin/clientes#prospeccao_to_agenda
admin_cliente_observacoes_path GET /admin/clientes/:cliente_id/observacoes(.:format) admin/observacoes#index
POST /admin/clientes/:cliente_id/observacoes(.:format) admin/observacoes#create
new_admin_cliente_observacao_path GET /admin/clientes/:cliente_id/observacoes/new(.:format) admin/observacoes#new
edit_admin_cliente_observacao_path GET /admin/clientes/:cliente_id/observacoes/:id/edit(.:format) admin/observacoes#edit
admin_cliente_observacao_path GET /admin/clientes/:cliente_id/observacoes/:id(.:format) admin/observacoes#show
PATCH /admin/clientes/:cliente_id/observacoes/:id(.:format) admin/observacoes#update
PUT /admin/clientes/:cliente_id/observacoes/:id(.:format) admin/observacoes#update
DELETE /admin/clientes/:cliente_id/observacoes/:id(.:format) admin/observacoes#destroy
admin_clientes_path GET /admin/clientes(.:format) admin/clientes#index
POST /admin/clientes(.:format) admin/clientes#create
new_admin_cliente_path GET /admin/clientes/new(.:format) admin/clientes#new
edit_admin_cliente_path GET /admin/clientes/:id/edit(.:format) admin/clientes#edit
admin_cliente_path GET /admin/clientes/:id(.:format) admin/clientes#show
PATCH /admin/clientes/:id(.:format) admin/clientes#update
PUT /admin/clientes/:id(.:format) admin/clientes#update
DELETE /admin/clientes/:id(.:format) admin/clientes#destroy
GET /admin/pre_clubes/:id/:cliente_id/consolidar(.:format) admin/pre_clubes#consolidar
admin_pre_clubes_path GET /admin/pre_clubes(.:format) admin/pre_clubes#index
POST /admin/pre_clubes(.:format) admin/pre_clubes#create
new_admin_pre_clube_path GET /admin/pre_clubes/new(.:format) admin/pre_clubes#new
edit_admin_pre_clube_path GET /admin/pre_clubes/:id/edit(.:format) admin/pre_clubes#edit
admin_pre_clube_path GET /admin/pre_clubes/:id(.:format) admin/pre_clubes#show
PATCH /admin/pre_clubes/:id(.:format) admin/pre_clubes#update
PUT /admin/pre_clubes/:id(.:format) admin/pre_clubes#update
DELETE /admin/pre_clubes/:id(.:format) admin/pre_clubes#destroy
admin_clube_telepesquisa_clube_observacoes_path GET /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes(.:format) admin/clube_observacoes#index
POST /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes(.:format) admin/clube_observacoes#create
new_admin_clube_telepesquisa_clube_observacao_path GET /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/new(.:format) admin/clube_observacoes#new
edit_admin_clube_telepesquisa_clube_observacao_path GET /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/:id/edit(.:format) admin/clube_observacoes#edit
admin_clube_telepesquisa_clube_observacao_path GET /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/:id(.:format) admin/clube_observacoes#show
PATCH /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/:id(.:format) admin/clube_observacoes#update
PUT /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/:id(.:format) admin/clube_observacoes#update
DELETE /admin/clube_telepesquisas/:clube_telepesquisa_id/clube_observacoes/:id(.:format) admin/clube_observacoes#destroy
admin_clube_telepesquisas_path GET /admin/clube_telepesquisas(.:format) admin/clube_telepesquisas#index
POST /admin/clube_telepesquisas(.:format) admin/clube_telepesquisas#create
new_admin_clube_telepesquisa_path GET /admin/clube_telepesquisas/new(.:format) admin/clube_telepesquisas#new
edit_admin_clube_telepesquisa_path GET /admin/clube_telepesquisas/:id/edit(.:format) admin/clube_telepesquisas#edit
admin_clube_telepesquisa_path GET /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#show
PATCH /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#update
PUT /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#update
DELETE /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#destroy
admin_cliente_cliente_observacoes_path GET /admin/clientes/:cliente_id/cliente_observacoes(.:format) admin/cliente_observacoes#index
POST /admin/clientes/:cliente_id/cliente_observacoes(.:format) admin/cliente_observacoes#create
new_admin_cliente_cliente_observacao_path GET /admin/clientes/:cliente_id/cliente_observacoes/new(.:format) admin/cliente_observacoes#new
edit_admin_cliente_cliente_observacao_path GET /admin/clientes/:cliente_id/cliente_observacoes/:id/edit(.:format) admin/cliente_observacoes#edit
admin_cliente_cliente_observacao_path GET /admin/clientes/:cliente_id/cliente_observacoes/:id(.:format) admin/cliente_observacoes#show
PATCH /admin/clientes/:cliente_id/cliente_observacoes/:id(.:format) admin/cliente_observacoes#update
PUT /admin/clientes/:cliente_id/cliente_observacoes/:id(.:format) admin/cliente_observacoes#update
DELETE /admin/clientes/:cliente_id/cliente_observacoes/:id(.:format) admin/cliente_observacoes#destroy
GET /admin/clientes(.:format) admin/clientes#index
POST /admin/clientes(.:format) admin/clientes#create
GET /admin/clientes/new(.:format) admin/clientes#new
GET /admin/clientes/:id/edit(.:format) admin/clientes#edit
GET /admin/clientes/:id(.:format) admin/clientes#show
PATCH /admin/clientes/:id(.:format) admin/clientes#update
PUT /admin/clientes/:id(.:format) admin/clientes#update
DELETE /admin/clientes/:id(.:format) admin/clientes#destroy
admin_clube_telepesquisas_observacao_interna_path POST /admin/clube_telepesquisas/observacao_interna(.:format) admin/clube_telepesquisas#observacao_interna
admin_sugestao_forma_pagamentos_path GET /admin/sugestao_forma_pagamentos(.:format) admin/sugestao_forma_pagamentos#index
POST /admin/sugestao_forma_pagamentos(.:format) admin/sugestao_forma_pagamentos#create
new_admin_sugestao_forma_pagamento_path GET /admin/sugestao_forma_pagamentos/new(.:format) admin/sugestao_forma_pagamentos#new
edit_admin_sugestao_forma_pagamento_path GET /admin/sugestao_forma_pagamentos/:id/edit(.:format) admin/sugestao_forma_pagamentos#edit
admin_sugestao_forma_pagamento_path GET /admin/sugestao_forma_pagamentos/:id(.:format) admin/sugestao_forma_pagamentos#show
PATCH /admin/sugestao_forma_pagamentos/:id(.:format) admin/sugestao_forma_pagamentos#update
PUT /admin/sugestao_forma_pagamentos/:id(.:format) admin/sugestao_forma_pagamentos#update
DELETE /admin/sugestao_forma_pagamentos/:id(.:format) admin/sugestao_forma_pagamentos#destroy
relacionar_atividade_cliente_admin_sugestao_atividades_path POST /admin/sugestao_atividades/relacionar_atividade_cliente(.:format) admin/sugestao_atividades#relacionar_atividade_cliente
admin_sugestao_atividades_path GET /admin/sugestao_atividades(.:format) admin/sugestao_atividades#index
POST /admin/sugestao_atividades(.:format) admin/sugestao_atividades#create
new_admin_sugestao_atividade_path GET /admin/sugestao_atividades/new(.:format) admin/sugestao_atividades#new
edit_admin_sugestao_atividade_path GET /admin/sugestao_atividades/:id/edit(.:format) admin/sugestao_atividades#edit
admin_sugestao_atividade_path GET /admin/sugestao_atividades/:id(.:format) admin/sugestao_atividades#show
PATCH /admin/sugestao_atividades/:id(.:format) admin/sugestao_atividades#update
PUT /admin/sugestao_atividades/:id(.:format) admin/sugestao_atividades#update
DELETE /admin/sugestao_atividades/:id(.:format) admin/sugestao_atividades#destroy
admin_dados_estatisticos_resumo_email_relacionamento_path GET /admin/dados_estatisticos/resumo_email_relacionamento(.:format) admin/dados_estatisticos#resumo_email_relacionamento
GET /admin/clientes/:id/contatos(.:format) admin/clientes#contatos
admin_contatos_path GET /admin/contatos(.:format) admin/contatos#index
POST /admin/contatos(.:format) admin/contatos#create
new_admin_contato_path GET /admin/contatos/new(.:format) admin/contatos#new
edit_admin_contato_path GET /admin/contatos/:id/edit(.:format) admin/contatos#edit
admin_contato_path GET /admin/contatos/:id(.:format) admin/contatos#show
PATCH /admin/contatos/:id(.:format) admin/contatos#update
PUT /admin/contatos/:id(.:format) admin/contatos#update
DELETE /admin/contatos/:id(.:format) admin/contatos#destroy
admin_noticia_clientes_path GET /admin/noticia_clientes(.:format) admin/noticia_clientes#index
POST /admin/noticia_clientes(.:format) admin/noticia_clientes#create
new_admin_noticia_cliente_path GET /admin/noticia_clientes/new(.:format) admin/noticia_clientes#new
edit_admin_noticia_cliente_path GET /admin/noticia_clientes/:id/edit(.:format) admin/noticia_clientes#edit
admin_noticia_cliente_path GET /admin/noticia_clientes/:id(.:format) admin/noticia_clientes#show
PATCH /admin/noticia_clientes/:id(.:format) admin/noticia_clientes#update
PUT /admin/noticia_clientes/:id(.:format) admin/noticia_clientes#update
DELETE /admin/noticia_clientes/:id(.:format) admin/noticia_clientes#destroy
destroy_multiple_admin_filmes_path DELETE /admin/filmes/destroy_multiple(.:format) admin/filmes#destroy_multiple
admin_filmes_path GET /admin/filmes(.:format) admin/filmes#index
POST /admin/filmes(.:format) admin/filmes#create
new_admin_filme_path GET /admin/filmes/new(.:format) admin/filmes#new
edit_admin_filme_path GET /admin/filmes/:id/edit(.:format) admin/filmes#edit
admin_filme_path GET /admin/filmes/:id(.:format) admin/filmes#show
PATCH /admin/filmes/:id(.:format) admin/filmes#update
PUT /admin/filmes/:id(.:format) admin/filmes#update
DELETE /admin/filmes/:id(.:format) admin/filmes#destroy
admin_cinemas_seo_info_edit_path GET /admin/cinemas/seo_info/edit(.:format) admin/filmes#edit_seo_info
admin_cinemas_seo_info_update_path PUT /admin/cinemas/seo_info/update(.:format) admin/filmes#update_seo_info
admin_cinemas_path GET /admin/cinemas(.:format) admin/cinemas#index
POST /admin/cinemas(.:format) admin/cinemas#create
new_admin_cinema_path GET /admin/cinemas/new(.:format) admin/cinemas#new
edit_admin_cinema_path GET /admin/cinemas/:id/edit(.:format) admin/cinemas#edit
admin_cinema_path GET /admin/cinemas/:id(.:format) admin/cinemas#show
PATCH /admin/cinemas/:id(.:format) admin/cinemas#update
PUT /admin/cinemas/:id(.:format) admin/cinemas#update
DELETE /admin/cinemas/:id(.:format) admin/cinemas#destroy
admin_revistas_seo_info_edit_path GET /admin/revistas/seo_info/edit(.:format) admin/revistas#edit_seo_info
admin_revistas_seo_info_update_path PUT /admin/revistas/seo_info/update(.:format) admin/revistas#update_seo_info
admin_emails_path GET /admin/emails(.:format) admin/emails#index
POST /admin/emails(.:format) admin/emails#create
new_admin_email_path GET /admin/emails/new(.:format) admin/emails#new
edit_admin_email_path GET /admin/emails/:id/edit(.:format) admin/emails#edit
admin_email_path GET /admin/emails/:id(.:format) admin/emails#show
PATCH /admin/emails/:id(.:format) admin/emails#update
PUT /admin/emails/:id(.:format) admin/emails#update
DELETE /admin/emails/:id(.:format) admin/emails#destroy
GET /admin/enviar_newsletter/:id/:tempo_adesao(.:format) admin/newsletteres#enviar_newsletter
GET /admin/registrar_revisao/:id(.:format) admin/cliente_acoes#registrar_revisao
admin_newsletteres_path GET /admin/newsletteres(.:format) admin/newsletteres#index
POST /admin/newsletteres(.:format) admin/newsletteres#create
new_admin_newsletter_path GET /admin/newsletteres/new(.:format) admin/newsletteres#new
edit_admin_newsletter_path GET /admin/newsletteres/:id/edit(.:format) admin/newsletteres#edit
admin_newsletter_path GET /admin/newsletteres/:id(.:format) admin/newsletteres#show
PATCH /admin/newsletteres/:id(.:format) admin/newsletteres#update
PUT /admin/newsletteres/:id(.:format) admin/newsletteres#update
DELETE /admin/newsletteres/:id(.:format) admin/newsletteres#destroy
GET /admin/usar_cupom/:id(.:format) admin/clube_telepesquisas#usar_cupom
GET /admin/clube_telepesquisas/:id/lista_cupons(.:format) admin/clube_telepesquisas#lista_cupons
admin_regras_path GET /admin/regras(.:format) admin/regras#index
POST /admin/regras(.:format) admin/regras#create
new_admin_regra_path GET /admin/regras/new(.:format) admin/regras#new
edit_admin_regra_path GET /admin/regras/:id/edit(.:format) admin/regras#edit
admin_regra_path GET /admin/regras/:id(.:format) admin/regras#show
PATCH /admin/regras/:id(.:format) admin/regras#update
PUT /admin/regras/:id(.:format) admin/regras#update
DELETE /admin/regras/:id(.:format) admin/regras#destroy
GET /admin/clube_telepesquisas/:id/revisar(.:format) admin/clube_telepesquisas#revisar
admin_resultados_path GET /admin/resultados(.:format) admin/resultados#index
POST /admin/resultados(.:format) admin/resultados#create
new_admin_resultado_path GET /admin/resultados/new(.:format) admin/resultados#new
edit_admin_resultado_path GET /admin/resultados/:id/edit(.:format) admin/resultados#edit
admin_resultado_path GET /admin/resultados/:id(.:format) admin/resultados#show
PATCH /admin/resultados/:id(.:format) admin/resultados#update
PUT /admin/resultados/:id(.:format) admin/resultados#update
DELETE /admin/resultados/:id(.:format) admin/resultados#destroy
admin_cupons_path GET /admin/cupons(.:format) admin/cupons#index
POST /admin/cupons(.:format) admin/cupons#create
new_admin_cupom_path GET /admin/cupons/new(.:format) admin/cupons#new
edit_admin_cupom_path GET /admin/cupons/:id/edit(.:format) admin/cupons#edit
admin_cupom_path GET /admin/cupons/:id(.:format) admin/cupons#show
PATCH /admin/cupons/:id(.:format) admin/cupons#update
PUT /admin/cupons/:id(.:format) admin/cupons#update
DELETE /admin/cupons/:id(.:format) admin/cupons#destroy
GET /admin/album_clubes/:id/new(.:format) admin/album_clubes#new
admin_album_clubes_path GET /admin/album_clubes(.:format) admin/album_clubes#index
POST /admin/album_clubes(.:format) admin/album_clubes#create
new_admin_album_clube_path GET /admin/album_clubes/new(.:format) admin/album_clubes#new
edit_admin_album_clube_path GET /admin/album_clubes/:id/edit(.:format) admin/album_clubes#edit
admin_album_clube_path GET /admin/album_clubes/:id(.:format) admin/album_clubes#show
PATCH /admin/album_clubes/:id(.:format) admin/album_clubes#update
PUT /admin/album_clubes/:id(.:format) admin/album_clubes#update
DELETE /admin/album_clubes/:id(.:format) admin/album_clubes#destroy
GET /admin/clube_telepesquisas/:id/new(.:format) admin/clube_telepesquisas#new
GET /admin/clube_telepesquisas/:id/index(.:format) admin/clube_telepesquisas#index
GET /admin/clube_telepesquisas(.:format) admin/clube_telepesquisas#index
POST /admin/clube_telepesquisas(.:format) admin/clube_telepesquisas#create
GET /admin/clube_telepesquisas/new(.:format) admin/clube_telepesquisas#new
GET /admin/clube_telepesquisas/:id/edit(.:format) admin/clube_telepesquisas#edit
GET /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#show
PATCH /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#update
PUT /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#update
DELETE /admin/clube_telepesquisas/:id(.:format) admin/clube_telepesquisas#destroy
GET /admin/cliente/:id/cliente_acoes/:acao/new(.:format) admin/cliente_acoes#new
admin_subtipos_path GET /admin/subtipos(.:format) admin/subtipos#index
POST /admin/subtipos(.:format) admin/subtipos#create
new_admin_subtipo_path GET /admin/subtipos/new(.:format) admin/subtipos#new
edit_admin_subtipo_path GET /admin/subtipos/:id/edit(.:format) admin/subtipos#edit
admin_subtipo_path GET /admin/subtipos/:id(.:format) admin/subtipos#show
PATCH /admin/subtipos/:id(.:format) admin/subtipos#update
PUT /admin/subtipos/:id(.:format) admin/subtipos#update
DELETE /admin/subtipos/:id(.:format) admin/subtipos#destroy
admin_usuario_app_executivos_path GET /admin/usuario_app_executivos(.:format) admin/usuario_app_executivos#index
POST /admin/usuario_app_executivos(.:format) admin/usuario_app_executivos#create
new_admin_usuario_app_executivo_path GET /admin/usuario_app_executivos/new(.:format) admin/usuario_app_executivos#new
edit_admin_usuario_app_executivo_path GET /admin/usuario_app_executivos/:id/edit(.:format) admin/usuario_app_executivos#edit
admin_usuario_app_executivo_path GET /admin/usuario_app_executivos/:id(.:format) admin/usuario_app_executivos#show
PATCH /admin/usuario_app_executivos/:id(.:format) admin/usuario_app_executivos#update
PUT /admin/usuario_app_executivos/:id(.:format) admin/usuario_app_executivos#update
DELETE /admin/usuario_app_executivos/:id(.:format) admin/usuario_app_executivos#destroy
admin_relacionamento_path GET /admin/relacionamento(.:format) admin/acoes#relacionamento
GET /admin/sorteios/:id/desfazer(.:format) admin/sorteios#desfazer
admin_noticia_apps_path GET /admin/noticia_apps(.:format) admin/noticia_apps#index
POST /admin/noticia_apps(.:format) admin/noticia_apps#create
new_admin_noticia_app_path GET /admin/noticia_apps/new(.:format) admin/noticia_apps#new
edit_admin_noticia_app_path GET /admin/noticia_apps/:id/edit(.:format) admin/noticia_apps#edit
admin_noticia_app_path GET /admin/noticia_apps/:id(.:format) admin/noticia_apps#show
PATCH /admin/noticia_apps/:id(.:format) admin/noticia_apps#update
PUT /admin/noticia_apps/:id(.:format) admin/noticia_apps#update
DELETE /admin/noticia_apps/:id(.:format) admin/noticia_apps#destroy
GET /admin/sorteios/:id/sortear(.:format) admin/sorteios#sortear
GET /admin/sorteios/:id/publicar(.:format) admin/sorteios#publicar
admin_sorteados_path GET /admin/sorteados(.:format) admin/sorteados#index
POST /admin/sorteados(.:format) admin/sorteados#create
new_admin_sorteado_path GET /admin/sorteados/new(.:format) admin/sorteados#new
edit_admin_sorteado_path GET /admin/sorteados/:id/edit(.:format) admin/sorteados#edit
admin_sorteado_path GET /admin/sorteados/:id(.:format) admin/sorteados#show
PATCH /admin/sorteados/:id(.:format) admin/sorteados#update
PUT /admin/sorteados/:id(.:format) admin/sorteados#update
DELETE /admin/sorteados/:id(.:format) admin/sorteados#destroy
GET /admin/album_sorteios/:id/new(.:format) admin/album_sorteios#new
admin_album_sorteios_path GET /admin/album_sorteios(.:format) admin/album_sorteios#index
POST /admin/album_sorteios(.:format) admin/album_sorteios#create
new_admin_album_sorteio_path GET /admin/album_sorteios/new(.:format) admin/album_sorteios#new
edit_admin_album_sorteio_path GET /admin/album_sorteios/:id/edit(.:format) admin/album_sorteios#edit
admin_album_sorteio_path GET /admin/album_sorteios/:id(.:format) admin/album_sorteios#show
PATCH /admin/album_sorteios/:id(.:format) admin/album_sorteios#update
PUT /admin/album_sorteios/:id(.:format) admin/album_sorteios#update
DELETE /admin/album_sorteios/:id(.:format) admin/album_sorteios#destroy
admin_sorteios_path GET /admin/sorteios(.:format) admin/sorteios#index
POST /admin/sorteios(.:format) admin/sorteios#create
new_admin_sorteio_path GET /admin/sorteios/new(.:format) admin/sorteios#new
edit_admin_sorteio_path GET /admin/sorteios/:id/edit(.:format) admin/sorteios#edit
admin_sorteio_path GET /admin/sorteios/:id(.:format) admin/sorteios#show
PATCH /admin/sorteios/:id(.:format) admin/sorteios#update
PUT /admin/sorteios/:id(.:format) admin/sorteios#update
DELETE /admin/sorteios/:id(.:format) admin/sorteios#destroy
GET /admin/banner_descontos/:id/new(.:format) admin/banner_descontos#new
admin_participante_promo_cinemas_path GET /admin/participante_promo_cinemas(.:format) admin/participante_promo_cinemas#index
POST /admin/participante_promo_cinemas(.:format) admin/participante_promo_cinemas#create
new_admin_participante_promo_cinema_path GET /admin/participante_promo_cinemas/new(.:format) admin/participante_promo_cinemas#new
edit_admin_participante_promo_cinema_path GET /admin/participante_promo_cinemas/:id/edit(.:format) admin/participante_promo_cinemas#edit
admin_participante_promo_cinema_path GET /admin/participante_promo_cinemas/:id(.:format) admin/participante_promo_cinemas#show
PATCH /admin/participante_promo_cinemas/:id(.:format) admin/participante_promo_cinemas#update
PUT /admin/participante_promo_cinemas/:id(.:format) admin/participante_promo_cinemas#update
DELETE /admin/participante_promo_cinemas/:id(.:format) admin/participante_promo_cinemas#destroy
admin_banner_descontos_path GET /admin/banner_descontos(.:format) admin/banner_descontos#index
POST /admin/banner_descontos(.:format) admin/banner_descontos#create
new_admin_banner_desconto_path GET /admin/banner_descontos/new(.:format) admin/banner_descontos#new
edit_admin_banner_desconto_path GET /admin/banner_descontos/:id/edit(.:format) admin/banner_descontos#edit
admin_banner_desconto_path GET /admin/banner_descontos/:id(.:format) admin/banner_descontos#show
PATCH /admin/banner_descontos/:id(.:format) admin/banner_descontos#update
PUT /admin/banner_descontos/:id(.:format) admin/banner_descontos#update
DELETE /admin/banner_descontos/:id(.:format) admin/banner_descontos#destroy
admin_cliente_ancoras_path GET /admin/cliente_ancoras(.:format) admin/cliente_ancoras#index
POST /admin/cliente_ancoras(.:format) admin/cliente_ancoras#create
new_admin_cliente_ancora_path GET /admin/cliente_ancoras/new(.:format) admin/cliente_ancoras#new
edit_admin_cliente_ancora_path GET /admin/cliente_ancoras/:id/edit(.:format) admin/cliente_ancoras#edit
admin_cliente_ancora_path GET /admin/cliente_ancoras/:id(.:format) admin/cliente_ancoras#show
PATCH /admin/cliente_ancoras/:id(.:format) admin/cliente_ancoras#update
PUT /admin/cliente_ancoras/:id(.:format) admin/cliente_ancoras#update
DELETE /admin/cliente_ancoras/:id(.:format) admin/cliente_ancoras#destroy
admin_participante_promoapps_path GET /admin/participante_promoapps(.:format) admin/participante_promoapps#index
POST /admin/participante_promoapps(.:format) admin/participante_promoapps#create
new_admin_participante_promoapp_path GET /admin/participante_promoapps/new(.:format) admin/participante_promoapps#new
edit_admin_participante_promoapp_path GET /admin/participante_promoapps/:id/edit(.:format) admin/participante_promoapps#edit
admin_participante_promoapp_path GET /admin/participante_promoapps/:id(.:format) admin/participante_promoapps#show
PATCH /admin/participante_promoapps/:id(.:format) admin/participante_promoapps#update
PUT /admin/participante_promoapps/:id(.:format) admin/participante_promoapps#update
DELETE /admin/participante_promoapps/:id(.:format) admin/participante_promoapps#destroy
admin_usuario_apps_path GET /admin/usuario_apps(.:format) admin/usuario_apps#index
POST /admin/usuario_apps(.:format) admin/usuario_apps#create
new_admin_usuario_app_path GET /admin/usuario_apps/new(.:format) admin/usuario_apps#new
edit_admin_usuario_app_path GET /admin/usuario_apps/:id/edit(.:format) admin/usuario_apps#edit
admin_usuario_app_path GET /admin/usuario_apps/:id(.:format) admin/usuario_apps#show
PATCH /admin/usuario_apps/:id(.:format) admin/usuario_apps#update
PUT /admin/usuario_apps/:id(.:format) admin/usuario_apps#update
DELETE /admin/usuario_apps/:id(.:format) admin/usuario_apps#destroy
GET /admin/banner_apps/:id/new_clube(.:format) admin/banner_apps#new_clube
GET /admin/banner_apps/:id/index_clube(.:format) admin/banner_apps#index_clube
GET /admin/banner_apps/:id/new_evento(.:format) admin/banner_apps#new_evento
GET /admin/banner_apps/:id/index_evento(.:format) admin/banner_apps#index_evento
GET /admin/banner_apps/:id/new_cliente(.:format) admin/banner_apps#new_cliente
GET /admin/banner_apps/:id/index_cliente(.:format) admin/banner_apps#index_cliente
admin_banner_apps_path GET /admin/banner_apps(.:format) admin/banner_apps#index
POST /admin/banner_apps(.:format) admin/banner_apps#create
new_admin_banner_app_path GET /admin/banner_apps/new(.:format) admin/banner_apps#new
edit_admin_banner_app_path GET /admin/banner_apps/:id/edit(.:format) admin/banner_apps#edit
admin_banner_app_path GET /admin/banner_apps/:id(.:format) admin/banner_apps#show
PATCH /admin/banner_apps/:id(.:format) admin/banner_apps#update
PUT /admin/banner_apps/:id(.:format) admin/banner_apps#update
DELETE /admin/banner_apps/:id(.:format) admin/banner_apps#destroy
admin_promocao_cinemas_path GET /admin/promocao_cinemas(.:format) admin/promocao_cinemas#index
POST /admin/promocao_cinemas(.:format) admin/promocao_cinemas#create
new_admin_promocao_cinema_path GET /admin/promocao_cinemas/new(.:format) admin/promocao_cinemas#new
edit_admin_promocao_cinema_path GET /admin/promocao_cinemas/:id/edit(.:format) admin/promocao_cinemas#edit
admin_promocao_cinema_path GET /admin/promocao_cinemas/:id(.:format) admin/promocao_cinemas#show
PATCH /admin/promocao_cinemas/:id(.:format) admin/promocao_cinemas#update
PUT /admin/promocao_cinemas/:id(.:format) admin/promocao_cinemas#update
DELETE /admin/promocao_cinemas/:id(.:format) admin/promocao_cinemas#destroy
GET /admin/promocao_apps/:id/new(.:format) admin/comentarioclientedesatualizados#new
admin_promocao_apps_path GET /admin/promocao_apps(.:format) admin/promocao_apps#index
POST /admin/promocao_apps(.:format) admin/promocao_apps#create
new_admin_promocao_app_path GET /admin/promocao_apps/new(.:format) admin/promocao_apps#new
edit_admin_promocao_app_path GET /admin/promocao_apps/:id/edit(.:format) admin/promocao_apps#edit
admin_promocao_app_path GET /admin/promocao_apps/:id(.:format) admin/promocao_apps#show
PATCH /admin/promocao_apps/:id(.:format) admin/promocao_apps#update
PUT /admin/promocao_apps/:id(.:format) admin/promocao_apps#update
DELETE /admin/promocao_apps/:id(.:format) admin/promocao_apps#destroy
GET /admin/promocao_destaques/:id/encerrar(.:format) admin/promocao_destaques#encerrar
admin_enquetes_path GET /admin/enquetes(.:format) admin/enquetes#index
POST /admin/enquetes(.:format) admin/enquetes#create
new_admin_enquete_path GET /admin/enquetes/new(.:format) admin/enquetes#new
edit_admin_enquete_path GET /admin/enquetes/:id/edit(.:format) admin/enquetes#edit
admin_enquete_path GET /admin/enquetes/:id(.:format) admin/enquetes#show
PATCH /admin/enquetes/:id(.:format) admin/enquetes#update
PUT /admin/enquetes/:id(.:format) admin/enquetes#update
DELETE /admin/enquetes/:id(.:format) admin/enquetes#destroy
admin_usuarios_inativos_path GET /admin/usuarios/inativos(.:format) admin/usuarios#inativos
GET /admin/enquetes/:id/sorteio(.:format) admin/enquetes#sorteio
GET /admin/clientes/:id/add_foto_matriz_filial(.:format) admin/clientes#add_foto_matriz_filial
GET /admin/clientes/:id/add_fotos_matriz_filial(.:format) admin/clientes#add_fotos_matriz_filial
admin_clientes_alterar_ordem_path POST /admin/clientes/alterar_ordem(.:format) admin/clientes#alterar_ordem
GET /admin/clientes/:id/ordenar_imagem(.:format) admin/clientes#ordenar_imagem
GET /admin/clientes/:id/ordenar_imagem_lista(.:format) admin/clientes#ordenar_imagem_lista
GET /admin/promocao_destaques/:id/sorteio(.:format) admin/promocao_destaques#sorteio
GET /admin/comentarioclientedesatualizados/:id/new(.:format) admin/comentarioclientedesatualizados#new
GET /admin/comentarioclientedesatualizados/:id/index(.:format) admin/comentarioclientedesatualizados#index
admin_comentarioclientedesatualizados_path GET /admin/comentarioclientedesatualizados(.:format) admin/comentarioclientedesatualizados#index
POST /admin/comentarioclientedesatualizados(.:format) admin/comentarioclientedesatualizados#create
new_admin_comentarioclientedesatualizado_path GET /admin/comentarioclientedesatualizados/new(.:format) admin/comentarioclientedesatualizados#new
edit_admin_comentarioclientedesatualizado_path GET /admin/comentarioclientedesatualizados/:id/edit(.:format) admin/comentarioclientedesatualizados#edit
admin_comentarioclientedesatualizado_path GET /admin/comentarioclientedesatualizados/:id(.:format) admin/comentarioclientedesatualizados#show
PATCH /admin/comentarioclientedesatualizados/:id(.:format) admin/comentarioclientedesatualizados#update
PUT /admin/comentarioclientedesatualizados/:id(.:format) admin/comentarioclientedesatualizados#update
DELETE /admin/comentarioclientedesatualizados/:id(.:format) admin/comentarioclientedesatualizados#destroy
admin_clientedesatualizados_path GET /admin/clientedesatualizados(.:format) admin/clientedesatualizados#index
POST /admin/clientedesatualizados(.:format) admin/clientedesatualizados#create
new_admin_clientedesatualizado_path GET /admin/clientedesatualizados/new(.:format) admin/clientedesatualizados#new
edit_admin_clientedesatualizado_path GET /admin/clientedesatualizados/:id/edit(.:format) admin/clientedesatualizados#edit
admin_clientedesatualizado_path GET /admin/clientedesatualizados/:id(.:format) admin/clientedesatualizados#show
PATCH /admin/clientedesatualizados/:id(.:format) admin/clientedesatualizados#update
PUT /admin/clientedesatualizados/:id(.:format) admin/clientedesatualizados#update
DELETE /admin/clientedesatualizados/:id(.:format) admin/clientedesatualizados#destroy
admin_clientes_desmarcar_cliente_desatualizado_path POST /admin/clientes/desmarcar_cliente_desatualizado(.:format) admin/clientes#desmarcar_cliente_desatualizado
GET /admin/clientes/:id/atualizar_cliente_dados(.:format) admin/clientes#atualizar_cliente_dados
GET /admin/atendimento/:id/marcar_cliente_desatualizado(.:format) admin/atendimento#marcar_cliente_desatualizado
GET /admin(.:format) admin/site#index
admin_config_path GET /admin/config(.:format) admin/config#index
admin_config_pagina_inicial_path GET /admin/config/pagina_inicial(.:format) admin/config#pagina_inicial
admin_config_pagina_inicial_update_path POST /admin/config/pagina_inicial_update(.:format) admin/config#pagina_inicial_update
admin_promocao_destaques_path GET /admin/promocao_destaques(.:format) admin/promocao_destaques#index
POST /admin/promocao_destaques(.:format) admin/promocao_destaques#create
new_admin_promocao_destaque_path GET /admin/promocao_destaques/new(.:format) admin/promocao_destaques#new
edit_admin_promocao_destaque_path GET /admin/promocao_destaques/:id/edit(.:format) admin/promocao_destaques#edit
admin_promocao_destaque_path GET /admin/promocao_destaques/:id(.:format) admin/promocao_destaques#show
PATCH /admin/promocao_destaques/:id(.:format) admin/promocao_destaques#update
PUT /admin/promocao_destaques/:id(.:format) admin/promocao_destaques#update
DELETE /admin/promocao_destaques/:id(.:format) admin/promocao_destaques#destroy
admin_noticias_path GET /admin/noticias(.:format) admin/noticias#index
POST /admin/noticias(.:format) admin/noticias#create
new_admin_noticia_path GET /admin/noticias/new(.:format) admin/noticias#new
edit_admin_noticia_path GET /admin/noticias/:id/edit(.:format) admin/noticias#edit
admin_noticia_path GET /admin/noticias/:id(.:format) admin/noticias#show
PATCH /admin/noticias/:id(.:format) admin/noticias#update
PUT /admin/noticias/:id(.:format) admin/noticias#update
DELETE /admin/noticias/:id(.:format) admin/noticias#destroy
admin_tv_videos_path GET /admin/tv_videos(.:format) admin/tv_videos#index
POST /admin/tv_videos(.:format) admin/tv_videos#create
new_admin_tv_video_path GET /admin/tv_videos/new(.:format) admin/tv_videos#new
edit_admin_tv_video_path GET /admin/tv_videos/:id/edit(.:format) admin/tv_videos#edit
admin_tv_video_path GET /admin/tv_videos/:id(.:format) admin/tv_videos#show
PATCH /admin/tv_videos/:id(.:format) admin/tv_videos#update
PUT /admin/tv_videos/:id(.:format) admin/tv_videos#update
DELETE /admin/tv_videos/:id(.:format) admin/tv_videos#destroy
admin_tele_guias_path GET /admin/tele_guias(.:format) admin/tele_guias#index
POST /admin/tele_guias(.:format) admin/tele_guias#create
new_admin_tele_guia_path GET /admin/tele_guias/new(.:format) admin/tele_guias#new
edit_admin_tele_guia_path GET /admin/tele_guias/:id/edit(.:format) admin/tele_guias#edit
admin_tele_guia_path GET /admin/tele_guias/:id(.:format) admin/tele_guias#show
PATCH /admin/tele_guias/:id(.:format) admin/tele_guias#update
PUT /admin/tele_guias/:id(.:format) admin/tele_guias#update
DELETE /admin/tele_guias/:id(.:format) admin/tele_guias#destroy
admin_comercial_index_path GET /admin/comercial(.:format) admin/comercial#index
POST /admin/comercial(.:format) admin/comercial#create
new_admin_comercial_path GET /admin/comercial/new(.:format) admin/comercial#new
edit_admin_comercial_path GET /admin/comercial/:id/edit(.:format) admin/comercial#edit
admin_comercial_path GET /admin/comercial/:id(.:format) admin/comercial#show
PATCH /admin/comercial/:id(.:format) admin/comercial#update
PUT /admin/comercial/:id(.:format) admin/comercial#update
DELETE /admin/comercial/:id(.:format) admin/comercial#destroy
admin_venda_revistas_path GET /admin/venda_revistas(.:format) admin/venda_revistas#index
POST /admin/venda_revistas(.:format) admin/venda_revistas#create
new_admin_venda_revista_path GET /admin/venda_revistas/new(.:format) admin/venda_revistas#new
edit_admin_venda_revista_path GET /admin/venda_revistas/:id/edit(.:format) admin/venda_revistas#edit
admin_venda_revista_path GET /admin/venda_revistas/:id(.:format) admin/venda_revistas#show
PATCH /admin/venda_revistas/:id(.:format) admin/venda_revistas#update
PUT /admin/venda_revistas/:id(.:format) admin/venda_revistas#update
DELETE /admin/venda_revistas/:id(.:format) admin/venda_revistas#destroy
admin_venda_sites_path GET /admin/venda_sites(.:format) admin/venda_sites#index
POST /admin/venda_sites(.:format) admin/venda_sites#create
new_admin_venda_site_path GET /admin/venda_sites/new(.:format) admin/venda_sites#new
edit_admin_venda_site_path GET /admin/venda_sites/:id/edit(.:format) admin/venda_sites#edit
admin_venda_site_path GET /admin/venda_sites/:id(.:format) admin/venda_sites#show
PATCH /admin/venda_sites/:id(.:format) admin/venda_sites#update
PUT /admin/venda_sites/:id(.:format) admin/venda_sites#update
DELETE /admin/venda_sites/:id(.:format) admin/venda_sites#destroy
admin_venda_logorevistas_path GET /admin/venda_logorevistas(.:format) admin/venda_logorevistas#index
POST /admin/venda_logorevistas(.:format) admin/venda_logorevistas#create
new_admin_venda_logorevista_path GET /admin/venda_logorevistas/new(.:format) admin/venda_logorevistas#new
edit_admin_venda_logorevista_path GET /admin/venda_logorevistas/:id/edit(.:format) admin/venda_logorevistas#edit
admin_venda_logorevista_path GET /admin/venda_logorevistas/:id(.:format) admin/venda_logorevistas#show
PATCH /admin/venda_logorevistas/:id(.:format) admin/venda_logorevistas#update
PUT /admin/venda_logorevistas/:id(.:format) admin/venda_logorevistas#update
DELETE /admin/venda_logorevistas/:id(.:format) admin/venda_logorevistas#destroy
admin_venda_aplicativo_index_path GET /admin/venda_aplicativo(.:format) admin/venda_aplicativo#index
POST /admin/venda_aplicativo(.:format) admin/venda_aplicativo#create
new_admin_venda_aplicativo_path GET /admin/venda_aplicativo/new(.:format) admin/venda_aplicativo#new
edit_admin_venda_aplicativo_path GET /admin/venda_aplicativo/:id/edit(.:format) admin/venda_aplicativo#edit
admin_venda_aplicativo_path GET /admin/venda_aplicativo/:id(.:format) admin/venda_aplicativo#show
PATCH /admin/venda_aplicativo/:id(.:format) admin/venda_aplicativo#update
PUT /admin/venda_aplicativo/:id(.:format) admin/venda_aplicativo#update
DELETE /admin/venda_aplicativo/:id(.:format) admin/venda_aplicativo#destroy
admin_midia_externas_path GET /admin/midia_externas(.:format) admin/midia_externas#index
POST /admin/midia_externas(.:format) admin/midia_externas#create
new_admin_midia_externa_path GET /admin/midia_externas/new(.:format) admin/midia_externas#new
edit_admin_midia_externa_path GET /admin/midia_externas/:id/edit(.:format) admin/midia_externas#edit
admin_midia_externa_path GET /admin/midia_externas/:id(.:format) admin/midia_externas#show
PATCH /admin/midia_externas/:id(.:format) admin/midia_externas#update
PUT /admin/midia_externas/:id(.:format) admin/midia_externas#update
DELETE /admin/midia_externas/:id(.:format) admin/midia_externas#destroy
admin_espaco_revistas_path GET /admin/espaco_revistas(.:format) admin/espaco_revistas#index
POST /admin/espaco_revistas(.:format) admin/espaco_revistas#create
new_admin_espaco_revista_path GET /admin/espaco_revistas/new(.:format) admin/espaco_revistas#new
edit_admin_espaco_revista_path GET /admin/espaco_revistas/:id/edit(.:format) admin/espaco_revistas#edit
admin_espaco_revista_path GET /admin/espaco_revistas/:id(.:format) admin/espaco_revistas#show
PATCH /admin/espaco_revistas/:id(.:format) admin/espaco_revistas#update
PUT /admin/espaco_revistas/:id(.:format) admin/espaco_revistas#update
DELETE /admin/espaco_revistas/:id(.:format) admin/espaco_revistas#destroy
admin_produto_sites_path GET /admin/produto_sites(.:format) admin/produto_sites#index
POST /admin/produto_sites(.:format) admin/produto_sites#create
new_admin_produto_site_path GET /admin/produto_sites/new(.:format) admin/produto_sites#new
edit_admin_produto_site_path GET /admin/produto_sites/:id/edit(.:format) admin/produto_sites#edit
admin_produto_site_path GET /admin/produto_sites/:id(.:format) admin/produto_sites#show
PATCH /admin/produto_sites/:id(.:format) admin/produto_sites#update
PUT /admin/produto_sites/:id(.:format) admin/produto_sites#update
DELETE /admin/produto_sites/:id(.:format) admin/produto_sites#destroy
admin_produto_aplicativos_path GET /admin/produto_aplicativos(.:format) admin/produto_aplicativos#index
POST /admin/produto_aplicativos(.:format) admin/produto_aplicativos#create
new_admin_produto_aplicativo_path GET /admin/produto_aplicativos/new(.:format) admin/produto_aplicativos#new
edit_admin_produto_aplicativo_path GET /admin/produto_aplicativos/:id/edit(.:format) admin/produto_aplicativos#edit
admin_produto_aplicativo_path GET /admin/produto_aplicativos/:id(.:format) admin/produto_aplicativos#show
PATCH /admin/produto_aplicativos/:id(.:format) admin/produto_aplicativos#update
PUT /admin/produto_aplicativos/:id(.:format) admin/produto_aplicativos#update
DELETE /admin/produto_aplicativos/:id(.:format) admin/produto_aplicativos#destroy
admin_produto_midia_externas_path GET /admin/produto_midia_externas(.:format) admin/produto_midia_externas#index
POST /admin/produto_midia_externas(.:format) admin/produto_midia_externas#create
new_admin_produto_midia_externa_path GET /admin/produto_midia_externas/new(.:format) admin/produto_midia_externas#new
edit_admin_produto_midia_externa_path GET /admin/produto_midia_externas/:id/edit(.:format) admin/produto_midia_externas#edit
admin_produto_midia_externa_path GET /admin/produto_midia_externas/:id(.:format) admin/produto_midia_externas#show
PATCH /admin/produto_midia_externas/:id(.:format) admin/produto_midia_externas#update
PUT /admin/produto_midia_externas/:id(.:format) admin/produto_midia_externas#update
DELETE /admin/produto_midia_externas/:id(.:format) admin/produto_midia_externas#destroy
GET /admin(.:format) admin/site#index
admin_conteudo_site_path GET /admin/conteudo_site(.:format) admin/site#conteudo_site
admin_loterias_path GET /admin/loterias(.:format) admin/site#loterias
admin_atendimento_path GET|POST /admin/atendimento(.:format) admin/atendimento#index
admin_atendimento_evento_culturais_path GET|POST /admin/atendimento/evento_culturais(.:format) admin/atendimento#evento_culturais
admin_anunciar_cliente_path GET|POST /admin/atendimento/anunciar_cliente/:id(.:format) admin/atendimento#anunciar_cliente
admin_anunciar_evento_cultural_path GET|POST /admin/atendimento/anunciar_evento_cultural/:id(.:format) admin/atendimento#anunciar_evento_cultural
admin_evento_culturais_seo_info_edit_path GET /admin/evento_culturais/seo_info/edit(.:format) admin/evento_culturais#edit_seo_info
admin_evento_culturais_seo_info_update_path PUT /admin/evento_culturais/seo_info/update(.:format) admin/evento_culturais#update_seo_info
admin_anunciar_clientes_multiplos_path GET|POST /admin/atendimento/anunciar_clientes_multiplos(.:format) admin/atendimento#anunciar_clientes_multiplos
enviar_do_dia_admin_informativo_path GET /admin/informativos/:id/enviar_do_dia(.:format) admin/informativos#enviar_do_dia
admin_informativos_path GET /admin/informativos(.:format) admin/informativos#index
POST /admin/informativos(.:format) admin/informativos#create
new_admin_informativo_path GET /admin/informativos/new(.:format) admin/informativos#new
edit_admin_informativo_path GET /admin/informativos/:id/edit(.:format) admin/informativos#edit
admin_informativo_path GET /admin/informativos/:id(.:format) admin/informativos#show
PATCH /admin/informativos/:id(.:format) admin/informativos#update
PUT /admin/informativos/:id(.:format) admin/informativos#update
DELETE /admin/informativos/:id(.:format) admin/informativos#destroy
admin_atividade_admins_path GET /admin/atividade_admins(.:format) admin/atividade_admins#index
POST /admin/atividade_admins(.:format) admin/atividade_admins#create
new_admin_atividade_admim_path GET /admin/atividade_admins/new(.:format) admin/atividade_admins#new
edit_admin_atividade_admim_path GET /admin/atividade_admins/:id/edit(.:format) admin/atividade_admins#edit
admin_atividade_admim_path GET /admin/atividade_admins/:id(.:format) admin/atividade_admins#show
PATCH /admin/atividade_admins/:id(.:format) admin/atividade_admins#update
PUT /admin/atividade_admins/:id(.:format) admin/atividade_admins#update
DELETE /admin/atividade_admins/:id(.:format) admin/atividade_admins#destroy
admin_alteracoes_path GET /admin/alteracoes(.:format) admin/alteracoes#index
POST /admin/alteracoes(.:format) admin/alteracoes#create
new_admin_alteracao_path GET /admin/alteracoes/new(.:format) admin/alteracoes#new
edit_admin_alteracao_path GET /admin/alteracoes/:id/edit(.:format) admin/alteracoes#edit
admin_alteracao_path GET /admin/alteracoes/:id(.:format) admin/alteracoes#show
PATCH /admin/alteracoes/:id(.:format) admin/alteracoes#update
PUT /admin/alteracoes/:id(.:format) admin/alteracoes#update
DELETE /admin/alteracoes/:id(.:format) admin/alteracoes#destroy
admin_acoes_path GET /admin/acoes(.:format) admin/acoes#index
POST /admin/acoes(.:format) admin/acoes#create
new_admin_acao_path GET /admin/acoes/new(.:format) admin/acoes#new
edit_admin_acao_path GET /admin/acoes/:id/edit(.:format) admin/acoes#edit
admin_acao_path GET /admin/acoes/:id(.:format) admin/acoes#show
PATCH /admin/acoes/:id(.:format) admin/acoes#update
PUT /admin/acoes/:id(.:format) admin/acoes#update
DELETE /admin/acoes/:id(.:format) admin/acoes#destroy
admin_cliente_historico_meu_cadastro_path GET /admin/clientes/:cliente_id/historico_meu_cadastro(.:format) admin/historico_meu_cadastro#index
vendas_admin_cliente_path GET /admin/clientes/:id/vendas(.:format) admin/comercial#vendas
venda_logosite_admin_cliente_path GET /admin/clientes/:id/venda_logosite(.:format) admin/comercial#venda_site
venda_logo_admin_cliente_path GET /admin/clientes/:id/venda_logo(.:format) admin/comercial#venda_logo
GET /admin/clientes/:id/criar_superlogica/:id(.:format) admin/clientes#criar_superlogica
GET /admin/clientes/:id/reativar_superlogica/:id(.:format) admin/clientes#reativar_superlogica
admin_cliente_cliente_acoes_path GET /admin/clientes/:cliente_id/cliente_acoes(.:format) admin/cliente_acoes#index
POST /admin/clientes/:cliente_id/cliente_acoes(.:format) admin/cliente_acoes#create
new_admin_cliente_cliente_acao_path GET /admin/clientes/:cliente_id/cliente_acoes/new(.:format) admin/cliente_acoes#new
edit_admin_cliente_cliente_acao_path GET /admin/clientes/:cliente_id/cliente_acoes/:id/edit(.:format) admin/cliente_acoes#edit
admin_cliente_cliente_acao_path GET /admin/clientes/:cliente_id/cliente_acoes/:id(.:format) admin/cliente_acoes#show
PATCH /admin/clientes/:cliente_id/cliente_acoes/:id(.:format) admin/cliente_acoes#update
PUT /admin/clientes/:cliente_id/cliente_acoes/:id(.:format) admin/cliente_acoes#update
DELETE /admin/clientes/:cliente_id/cliente_acoes/:id(.:format) admin/cliente_acoes#destroy
admin_cliente_criar_cliente_acao_path GET /admin/clientes/:cliente_id/cliente_acoes/criar/:acao_id(.:format) admin/cliente_acoes#criar
admin_cliente_telefones_path GET /admin/clientes/:cliente_id/telefones(.:format) admin/telefones#index
POST /admin/clientes/:cliente_id/telefones(.:format) admin/telefones#create
new_admin_cliente_telefone_path GET /admin/clientes/:cliente_id/telefones/new(.:format) admin/telefones#new
edit_admin_cliente_telefone_path GET /admin/clientes/:cliente_id/telefones/:id/edit(.:format) admin/telefones#edit
admin_cliente_telefone_path GET /admin/clientes/:cliente_id/telefones/:id(.:format) admin/telefones#show
PATCH /admin/clientes/:cliente_id/telefones/:id(.:format) admin/telefones#update
PUT /admin/clientes/:cliente_id/telefones/:id(.:format) admin/telefones#update
DELETE /admin/clientes/:cliente_id/telefones/:id(.:format) admin/telefones#destroy
admin_cliente_responsaveis_path GET /admin/clientes/:cliente_id/responsaveis(.:format) admin/responsaveis#index
POST /admin/clientes/:cliente_id/responsaveis(.:format) admin/responsaveis#create
new_admin_cliente_responsavel_path GET /admin/clientes/:cliente_id/responsaveis/new(.:format) admin/responsaveis#new
edit_admin_cliente_responsavel_path GET /admin/clientes/:cliente_id/responsaveis/:id/edit(.:format) admin/responsaveis#edit
admin_cliente_responsavel_path GET /admin/clientes/:cliente_id/responsaveis/:id(.:format) admin/responsaveis#show
PATCH /admin/clientes/:cliente_id/responsaveis/:id(.:format) admin/responsaveis#update
PUT /admin/clientes/:cliente_id/responsaveis/:id(.:format) admin/responsaveis#update
DELETE /admin/clientes/:cliente_id/responsaveis/:id(.:format) admin/responsaveis#destroy
admin_cliente_promocoes_path GET /admin/clientes/:cliente_id/promocoes(.:format) admin/promocoes#index
POST /admin/clientes/:cliente_id/promocoes(.:format) admin/promocoes#create
new_admin_cliente_promocao_path GET /admin/clientes/:cliente_id/promocoes/new(.:format) admin/promocoes#new
edit_admin_cliente_promocao_path GET /admin/clientes/:cliente_id/promocoes/:id/edit(.:format) admin/promocoes#edit
admin_cliente_promocao_path GET /admin/clientes/:cliente_id/promocoes/:id(.:format) admin/promocoes#show
PATCH /admin/clientes/:cliente_id/promocoes/:id(.:format) admin/promocoes#update
PUT /admin/clientes/:cliente_id/promocoes/:id(.:format) admin/promocoes#update
DELETE /admin/clientes/:cliente_id/promocoes/:id(.:format) admin/promocoes#destroy
admin_cliente_informacoes_path GET /admin/clientes/:cliente_id/informacoes(.:format) admin/informacoes#index
POST /admin/clientes/:cliente_id/informacoes(.:format) admin/informacoes#create
new_admin_cliente_informacao_path GET /admin/clientes/:cliente_id/informacoes/new(.:format) admin/informacoes#new
edit_admin_cliente_informacao_path GET /admin/clientes/:cliente_id/informacoes/:id/edit(.:format) admin/informacoes#edit
admin_cliente_informacao_path GET /admin/clientes/:cliente_id/informacoes/:id(.:format) admin/informacoes#show
PATCH /admin/clientes/:cliente_id/informacoes/:id(.:format) admin/informacoes#update
PUT /admin/clientes/:cliente_id/informacoes/:id(.:format) admin/informacoes#update
DELETE /admin/clientes/:cliente_id/informacoes/:id(.:format) admin/informacoes#destroy
admin_cliente_banners_path GET /admin/clientes/:cliente_id/banners(.:format) admin/banners#index
POST /admin/clientes/:cliente_id/banners(.:format) admin/banners#create
new_admin_cliente_banner_path GET /admin/clientes/:cliente_id/banners/new(.:format) admin/banners#new
edit_admin_cliente_banner_path GET /admin/clientes/:cliente_id/banners/:id/edit(.:format) admin/banners#edit
admin_cliente_banner_path GET /admin/clientes/:cliente_id/banners/:id(.:format) admin/banners#show
PATCH /admin/clientes/:cliente_id/banners/:id(.:format) admin/banners#update
PUT /admin/clientes/:cliente_id/banners/:id(.:format) admin/banners#update
DELETE /admin/clientes/:cliente_id/banners/:id(.:format) admin/banners#destroy
admin_cliente_banner_agendas_path GET /admin/clientes/:cliente_id/banner_agendas(.:format) admin/banner_agendas#index
POST /admin/clientes/:cliente_id/banner_agendas(.:format) admin/banner_agendas#create
new_admin_cliente_banner_agenda_path GET /admin/clientes/:cliente_id/banner_agendas/new(.:format) admin/banner_agendas#new
edit_admin_cliente_banner_agenda_path GET /admin/clientes/:cliente_id/banner_agendas/:id/edit(.:format) admin/banner_agendas#edit
admin_cliente_banner_agenda_path GET /admin/clientes/:cliente_id/banner_agendas/:id(.:format) admin/banner_agendas#show
PATCH /admin/clientes/:cliente_id/banner_agendas/:id(.:format) admin/banner_agendas#update
PUT /admin/clientes/:cliente_id/banner_agendas/:id(.:format) admin/banner_agendas#update
DELETE /admin/clientes/:cliente_id/banner_agendas/:id(.:format) admin/banner_agendas#destroy
admin_cliente_cliente_usuarios_path GET /admin/clientes/:cliente_id/cliente_usuarios(.:format) admin/cliente_usuarios#index
POST /admin/clientes/:cliente_id/cliente_usuarios(.:format) admin/cliente_usuarios#create
new_admin_cliente_cliente_usuario_path GET /admin/clientes/:cliente_id/cliente_usuarios/new(.:format) admin/cliente_usuarios#new
edit_admin_cliente_cliente_usuario_path GET /admin/clientes/:cliente_id/cliente_usuarios/:id/edit(.:format) admin/cliente_usuarios#edit
admin_cliente_cliente_usuario_path GET /admin/clientes/:cliente_id/cliente_usuarios/:id(.:format) admin/cliente_usuarios#show
PATCH /admin/clientes/:cliente_id/cliente_usuarios/:id(.:format) admin/cliente_usuarios#update
PUT /admin/clientes/:cliente_id/cliente_usuarios/:id(.:format) admin/cliente_usuarios#update
DELETE /admin/clientes/:cliente_id/cliente_usuarios/:id(.:format) admin/cliente_usuarios#destroy
admin_cliente_audios_path GET /admin/clientes/:cliente_id/audios(.:format) admin/audios#index
POST /admin/clientes/:cliente_id/audios(.:format) admin/audios#create
new_admin_cliente_audio_path GET /admin/clientes/:cliente_id/audios/new(.:format) admin/audios#new
edit_admin_cliente_audio_path GET /admin/clientes/:cliente_id/audios/:id/edit(.:format) admin/audios#edit
admin_cliente_audio_path GET /admin/clientes/:cliente_id/audios/:id(.:format) admin/audios#show
PATCH /admin/clientes/:cliente_id/audios/:id(.:format) admin/audios#update
PUT /admin/clientes/:cliente_id/audios/:id(.:format) admin/audios#update
DELETE /admin/clientes/:cliente_id/audios/:id(.:format) admin/audios#destroy
admin_cliente_avaliacoes_path GET /admin/clientes/:cliente_id/avaliacoes(.:format) admin/avaliacoes#index
POST /admin/clientes/:cliente_id/avaliacoes(.:format) admin/avaliacoes#create
new_admin_cliente_avaliacao_path GET /admin/clientes/:cliente_id/avaliacoes/new(.:format) admin/avaliacoes#new
edit_admin_cliente_avaliacao_path GET /admin/clientes/:cliente_id/avaliacoes/:id/edit(.:format) admin/avaliacoes#edit
admin_cliente_avaliacao_path GET /admin/clientes/:cliente_id/avaliacoes/:id(.:format) admin/avaliacoes#show
PATCH /admin/clientes/:cliente_id/avaliacoes/:id(.:format) admin/avaliacoes#update
PUT /admin/clientes/:cliente_id/avaliacoes/:id(.:format) admin/avaliacoes#update
DELETE /admin/clientes/:cliente_id/avaliacoes/:id(.:format) admin/avaliacoes#destroy
admin_cliente_arte_cadastrar_comentario_path POST /admin/clientes/:cliente_id/artes/:arte_id/cadastrar_comentario(.:format) admin/artes#cadastrar_comentario
admin_cliente_arte_alterar_situacao_path PUT /admin/clientes/:cliente_id/artes/:arte_id/alterar_situacao(.:format) admin/artes#alterar_situacao
admin_cliente_artes_path GET /admin/clientes/:cliente_id/artes(.:format) admin/artes#index
POST /admin/clientes/:cliente_id/artes(.:format) admin/artes#create
new_admin_cliente_arte_path GET /admin/clientes/:cliente_id/artes/new(.:format) admin/artes#new
edit_admin_cliente_arte_path GET /admin/clientes/:cliente_id/artes/:id/edit(.:format) admin/artes#edit
admin_cliente_arte_path GET /admin/clientes/:cliente_id/artes/:id(.:format) admin/artes#show
PATCH /admin/clientes/:cliente_id/artes/:id(.:format) admin/artes#update
PUT /admin/clientes/:cliente_id/artes/:id(.:format) admin/artes#update
DELETE /admin/clientes/:cliente_id/artes/:id(.:format) admin/artes#destroy
subramos_do_ramo_select_admin_cliente_cliente_subramos_path GET /admin/clientes/:cliente_id/cliente_subramos/subramos_do_ramo_select(.:format) admin/cliente_subramos#subramos_do_ramo_select
admin_cliente_cliente_subramos_path GET /admin/clientes/:cliente_id/cliente_subramos(.:format) admin/cliente_subramos#index
POST /admin/clientes/:cliente_id/cliente_subramos(.:format) admin/cliente_subramos#create
new_admin_cliente_cliente_subramo_path GET /admin/clientes/:cliente_id/cliente_subramos/new(.:format) admin/cliente_subramos#new
edit_admin_cliente_cliente_subramo_path GET /admin/clientes/:cliente_id/cliente_subramos/:id/edit(.:format) admin/cliente_subramos#edit
admin_cliente_cliente_subramo_path GET /admin/clientes/:cliente_id/cliente_subramos/:id(.:format) admin/cliente_subramos#show
PATCH /admin/clientes/:cliente_id/cliente_subramos/:id(.:format) admin/cliente_subramos#update
PUT /admin/clientes/:cliente_id/cliente_subramos/:id(.:format) admin/cliente_subramos#update
DELETE /admin/clientes/:cliente_id/cliente_subramos/:id(.:format) admin/cliente_subramos#destroy
ativar_exibicao_prioritaria_admin_cliente_cliente_subcategoria_path PUT /admin/clientes/:cliente_id/cliente_subcategorias/:id/ativar_exibicao_prioritaria(.:format) admin/cliente_subcategorias#ativar_exibicao_prioritaria
desativar_exibicao_prioritaria_admin_cliente_cliente_subcategoria_path PUT /admin/clientes/:cliente_id/cliente_subcategorias/:id/desativar_exibicao_prioritaria(.:format) admin/cliente_subcategorias#desativar_exibicao_prioritaria
subcategorias_da_categoria_select_admin_cliente_cliente_subcategorias_path GET /admin/clientes/:cliente_id/cliente_subcategorias/subcategorias_da_categoria_select(.:format) admin/cliente_subcategorias#subcategorias_da_categoria_select
admin_cliente_cliente_subcategorias_path GET /admin/clientes/:cliente_id/cliente_subcategorias(.:format) admin/cliente_subcategorias#index
POST /admin/clientes/:cliente_id/cliente_subcategorias(.:format) admin/cliente_subcategorias#create
new_admin_cliente_cliente_subcategoria_path GET /admin/clientes/:cliente_id/cliente_subcategorias/new(.:format) admin/cliente_subcategorias#new
edit_admin_cliente_cliente_subcategoria_path GET /admin/clientes/:cliente_id/cliente_subcategorias/:id/edit(.:format) admin/cliente_subcategorias#edit
admin_cliente_cliente_subcategoria_path GET /admin/clientes/:cliente_id/cliente_subcategorias/:id(.:format) admin/cliente_subcategorias#show
PATCH /admin/clientes/:cliente_id/cliente_subcategorias/:id(.:format) admin/cliente_subcategorias#update
PUT /admin/clientes/:cliente_id/cliente_subcategorias/:id(.:format) admin/cliente_subcategorias#update
DELETE /admin/clientes/:cliente_id/cliente_subcategorias/:id(.:format) admin/cliente_subcategorias#destroy
importar_do_admin_clientes_path POST /admin/clientes/importar_do(.:format) admin/clientes#importar_do
importar_admin_clientes_path GET /admin/clientes/importar(.:format) admin/clientes#importar
nao_revisados_admin_clientes_path POST /admin/clientes/nao_revisados(.:format) admin/clientes#nao_revisados
limpar_marcacao_cores_admin_clientes_path POST /admin/clientes/limpar_marcacao_cores(.:format) admin/clientes#limpar_marcacao_cores
acessos_admin_cliente_path GET /admin/clientes/:id/acessos(.:format) admin/clientes#acessos
acessos_print_admin_cliente_path GET /admin/clientes/:id/acessos_print(.:format) admin/clientes#acessos_print
duplicar_admin_cliente_path GET /admin/clientes/:id/duplicar(.:format) admin/clientes#duplicar
migrar_admin_cliente_path GET /admin/clientes/:id/migrar(.:format) admin/clientes#migrar
trocar_marcacao_cor_admin_cliente_path GET /admin/clientes/:id/trocar_marcacao_cor(.:format) admin/clientes#trocar_marcacao_cor
trocar_cor_coluna_1_admin_cliente_path GET /admin/clientes/:id/trocar_cor_coluna_1(.:format) admin/clientes#trocar_cor_coluna_1
trocar_cor_coluna_2_admin_cliente_path GET /admin/clientes/:id/trocar_cor_coluna_2(.:format) admin/clientes#trocar_cor_coluna_2
trocar_cor_coluna_3_admin_cliente_path GET /admin/clientes/:id/trocar_cor_coluna_3(.:format) admin/clientes#trocar_cor_coluna_3
duplicar_do_admin_cliente_path PATCH /admin/clientes/:id/duplicar_do(.:format) admin/clientes#duplicar_do
migrar_do_admin_cliente_path PATCH /admin/clientes/:id/migrar_do(.:format) admin/clientes#migrar_do
revisar_admin_cliente_path PUT /admin/clientes/:id/revisar(.:format) admin/clientes#revisar
boas_vindas_admin_cliente_path POST /admin/clientes/:id/boas_vindas(.:format) admin/clientes#boas_vindas
avaliar_admin_cliente_path PUT /admin/clientes/:id/avaliar(.:format) admin/clientes#avaliar
GET /admin/clientes(.:format) admin/clientes#index
POST /admin/clientes(.:format) admin/clientes#create
GET /admin/clientes/new(.:format) admin/clientes#new
GET /admin/clientes/:id/edit(.:format) admin/clientes#edit
GET /admin/clientes/:id(.:format) admin/clientes#show
PATCH /admin/clientes/:id(.:format) admin/clientes#update
PUT /admin/clientes/:id(.:format) admin/clientes#update
DELETE /admin/clientes/:id(.:format) admin/clientes#destroy
todos_admin_banners_path GET /admin/banners/todos(.:format) admin/banners#todos
subcategorias_da_categoria_select_admin_banners_path GET /admin/banners/subcategorias_da_categoria_select(.:format) admin/banners#subcategorias_da_categoria_select
admin_banners_path GET /admin/banners(.:format) admin/banners#index
POST /admin/banners(.:format) admin/banners#create
new_admin_banner_path GET /admin/banners/new(.:format) admin/banners#new
edit_admin_banner_path GET /admin/banners/:id/edit(.:format) admin/banners#edit
admin_banner_path GET /admin/banners/:id(.:format) admin/banners#show
PATCH /admin/banners/:id(.:format) admin/banners#update
PUT /admin/banners/:id(.:format) admin/banners#update
DELETE /admin/banners/:id(.:format) admin/banners#destroy
todos_admin_banner_agendas_path GET /admin/banner_agendas/todos(.:format) admin/banner_agendas#todos
admin_banner_agendas_path GET /admin/banner_agendas(.:format) admin/banner_agendas#index
POST /admin/banner_agendas(.:format) admin/banner_agendas#create
new_admin_banner_agenda_path GET /admin/banner_agendas/new(.:format) admin/banner_agendas#new
edit_admin_banner_agenda_path GET /admin/banner_agendas/:id/edit(.:format) admin/banner_agendas#edit
admin_banner_agenda_path GET /admin/banner_agendas/:id(.:format) admin/banner_agendas#show
PATCH /admin/banner_agendas/:id(.:format) admin/banner_agendas#update
PUT /admin/banner_agendas/:id(.:format) admin/banner_agendas#update
DELETE /admin/banner_agendas/:id(.:format) admin/banner_agendas#destroy
admin_imagens_path GET /admin/imagens(.:format) admin/imagens#index
POST /admin/imagens(.:format) admin/imagens#create
new_admin_imagem_path GET /admin/imagens/new(.:format) admin/imagens#new
edit_admin_imagem_path GET /admin/imagens/:id/edit(.:format) admin/imagens#edit
admin_imagem_path GET /admin/imagens/:id(.:format) admin/imagens#show
PATCH /admin/imagens/:id(.:format) admin/imagens#update
PUT /admin/imagens/:id(.:format) admin/imagens#update
DELETE /admin/imagens/:id(.:format) admin/imagens#destroy
admin_evento_imagens_path GET /admin/eventos/:evento_id/imagens(.:format) admin/imagens#index
POST /admin/eventos/:evento_id/imagens(.:format) admin/imagens#create
new_admin_evento_imagem_path GET /admin/eventos/:evento_id/imagens/new(.:format) admin/imagens#new
edit_admin_evento_imagem_path GET /admin/eventos/:evento_id/imagens/:id/edit(.:format) admin/imagens#edit
admin_evento_imagem_path GET /admin/eventos/:evento_id/imagens/:id(.:format) admin/imagens#show
PATCH /admin/eventos/:evento_id/imagens/:id(.:format) admin/imagens#update
PUT /admin/eventos/:evento_id/imagens/:id(.:format) admin/imagens#update
DELETE /admin/eventos/:evento_id/imagens/:id(.:format) admin/imagens#destroy
expirar_cache_admin_eventos_path GET /admin/eventos/expirar_cache(.:format) admin/eventos#expirar_cache
admin_eventos_path GET /admin/eventos(.:format) admin/eventos#index
POST /admin/eventos(.:format) admin/eventos#create
new_admin_evento_path GET /admin/eventos/new(.:format) admin/eventos#new
edit_admin_evento_path GET /admin/eventos/:id/edit(.:format) admin/eventos#edit
admin_evento_path GET /admin/eventos/:id(.:format) admin/eventos#show
PATCH /admin/eventos/:id(.:format) admin/eventos#update
PUT /admin/eventos/:id(.:format) admin/eventos#update
DELETE /admin/eventos/:id(.:format) admin/eventos#destroy
admin_imagems_path GET /admin/imagems(.:format) admin/imagems#index
POST /admin/imagems(.:format) admin/imagems#create
GET /admin/imagems/new(.:format) admin/imagems#new
GET /admin/imagems/:id/edit(.:format) admin/imagems#edit
GET /admin/imagems/:id(.:format) admin/imagems#show
PATCH /admin/imagems/:id(.:format) admin/imagems#update
PUT /admin/imagems/:id(.:format) admin/imagems#update
DELETE /admin/imagems/:id(.:format) admin/imagems#destroy
alterar_signos_admin_signos_path PUT /admin/signos/alterar_signos(.:format) admin/signos#alterar_signos
joao_bidu_admin_signos_path GET /admin/signos/joao_bidu(.:format) admin/signos#joao_bidu
admin_signos_path GET /admin/signos(.:format) admin/signos#index
POST /admin/signos(.:format) admin/signos#create
new_admin_signo_path GET /admin/signos/new(.:format) admin/signos#new
edit_admin_signo_path GET /admin/signos/:id/edit(.:format) admin/signos#edit
admin_signo_path GET /admin/signos/:id(.:format) admin/signos#show
PATCH /admin/signos/:id(.:format) admin/signos#update
PUT /admin/signos/:id(.:format) admin/signos#update
DELETE /admin/signos/:id(.:format) admin/signos#destroy
duplicar_admin_filme_path GET /admin/filmes/:id/duplicar(.:format) admin/filmes#duplicar
GET /admin/filmes(.:format) admin/filmes#index
POST /admin/filmes(.:format) admin/filmes#create
GET /admin/filmes/new(.:format) admin/filmes#new
GET /admin/filmes/:id/edit(.:format) admin/filmes#edit
GET /admin/filmes/:id(.:format) admin/filmes#show
PATCH /admin/filmes/:id(.:format) admin/filmes#update
PUT /admin/filmes/:id(.:format) admin/filmes#update
DELETE /admin/filmes/:id(.:format) admin/filmes#destroy
admin_jogos_path GET /admin/jogos(.:format) admin/jogos#index
POST /admin/jogos(.:format) admin/jogos#create
new_admin_jogo_path GET /admin/jogos/new(.:format) admin/jogos#new
edit_admin_jogo_path GET /admin/jogos/:id/edit(.:format) admin/jogos#edit
admin_jogo_path GET /admin/jogos/:id(.:format) admin/jogos#show
PATCH /admin/jogos/:id(.:format) admin/jogos#update
PUT /admin/jogos/:id(.:format) admin/jogos#update
DELETE /admin/jogos/:id(.:format) admin/jogos#destroy
admin_revistas_path GET /admin/revistas(.:format) admin/revistas#index
POST /admin/revistas(.:format) admin/revistas#create
new_admin_revista_path GET /admin/revistas/new(.:format) admin/revistas#new
edit_admin_revista_path GET /admin/revistas/:id/edit(.:format) admin/revistas#edit
admin_revista_path GET /admin/revistas/:id(.:format) admin/revistas#show
PATCH /admin/revistas/:id(.:format) admin/revistas#update
PUT /admin/revistas/:id(.:format) admin/revistas#update
DELETE /admin/revistas/:id(.:format) admin/revistas#destroy
admin_conteudos_path GET /admin/conteudos(.:format) admin/conteudos#index
POST /admin/conteudos(.:format) admin/conteudos#create
new_admin_conteudo_path GET /admin/conteudos/new(.:format) admin/conteudos#new
edit_admin_conteudo_path GET /admin/conteudos/:id/edit(.:format) admin/conteudos#edit
admin_conteudo_path GET /admin/conteudos/:id(.:format) admin/conteudos#show
PATCH /admin/conteudos/:id(.:format) admin/conteudos#update
PUT /admin/conteudos/:id(.:format) admin/conteudos#update
DELETE /admin/conteudos/:id(.:format) admin/conteudos#destroy
clientes_admin_atividade_path GET /admin/atividades/:id/clientes(.:format) admin/atividades#clientes
migrar_admin_atividade_path PUT /admin/atividades/:id/migrar(.:format) admin/atividades#migrar
migrar2_admin_atividade_path PUT /admin/atividades/:id/migrar2(.:format) admin/atividades#migrar2
admin_atividades_path GET /admin/atividades(.:format) admin/atividades#index
POST /admin/atividades(.:format) admin/atividades#create
new_admin_atividade_path GET /admin/atividades/new(.:format) admin/atividades#new
edit_admin_atividade_path GET /admin/atividades/:id/edit(.:format) admin/atividades#edit
admin_atividade_path GET /admin/atividades/:id(.:format) admin/atividades#show
PATCH /admin/atividades/:id(.:format) admin/atividades#update
PUT /admin/atividades/:id(.:format) admin/atividades#update
DELETE /admin/atividades/:id(.:format) admin/atividades#destroy
clientes_admin_segmento_path GET /admin/segmentos/:id/clientes(.:format) admin/segmentos#clientes
admin_segmentos_path GET /admin/segmentos(.:format) admin/segmentos#index
POST /admin/segmentos(.:format) admin/segmentos#create
new_admin_segmento_path GET /admin/segmentos/new(.:format) admin/segmentos#new
edit_admin_segmento_path GET /admin/segmentos/:id/edit(.:format) admin/segmentos#edit
admin_segmento_path GET /admin/segmentos/:id(.:format) admin/segmentos#show
PATCH /admin/segmentos/:id(.:format) admin/segmentos#update
PUT /admin/segmentos/:id(.:format) admin/segmentos#update
DELETE /admin/segmentos/:id(.:format) admin/segmentos#destroy
admin_forma_pagamentos_path GET /admin/forma_pagamentos(.:format) admin/forma_pagamentos#index
POST /admin/forma_pagamentos(.:format) admin/forma_pagamentos#create
new_admin_forma_pagamento_path GET /admin/forma_pagamentos/new(.:format) admin/forma_pagamentos#new
edit_admin_forma_pagamento_path GET /admin/forma_pagamentos/:id/edit(.:format) admin/forma_pagamentos#edit
admin_forma_pagamento_path GET /admin/forma_pagamentos/:id(.:format) admin/forma_pagamentos#show
PATCH /admin/forma_pagamentos/:id(.:format) admin/forma_pagamentos#update
PUT /admin/forma_pagamentos/:id(.:format) admin/forma_pagamentos#update
DELETE /admin/forma_pagamentos/:id(.:format) admin/forma_pagamentos#destroy
empresa_acessos_admin_estatisticas_path GET /admin/estatisticas/empresa_acessos(.:format) admin/estatisticas#empresa_acessos
empresa_buscas_admin_estatisticas_path GET /admin/estatisticas/empresa_buscas(.:format) admin/estatisticas#empresa_buscas
atividade_buscas_admin_estatisticas_path GET /admin/estatisticas/atividade_buscas(.:format) admin/estatisticas#atividade_buscas
detalhar_empresa_busca_admin_estatisticas_path GET /admin/estatisticas/detalhar_empresa_busca/:id(.:format) admin/estatisticas#detalhar_empresa_busca
track_session_admin_estatisticas_path GET /admin/estatisticas/track_session/:id(.:format) admin/estatisticas#track_session
ranking_empresas_admin_estatisticas_path GET|POST /admin/estatisticas/ranking_empresas(.:format) admin/estatisticas#ranking_empresas
resumo_admin_estatisticas_path GET|POST /admin/estatisticas/resumo(.:format) admin/estatisticas#resumo
resumo_geral_admin_estatisticas_path GET|POST /admin/estatisticas/resumo_geral(.:format) admin/estatisticas#resumo_geral
aplicativo_admin_estatisticas_path GET|POST /admin/estatisticas/aplicativo(.:format) admin/estatisticas#aplicativo
acessos_gerais_admin_estatisticas_path GET|POST /admin/estatisticas/acessos_gerais(.:format) admin/estatisticas#acessos_gerais
admin_estatisticas_path GET /admin/estatisticas(.:format) admin/estatisticas#index
POST /admin/estatisticas(.:format) admin/estatisticas#create
new_admin_estatistica_path GET /admin/estatisticas/new(.:format) admin/estatisticas#new
edit_admin_estatistica_path GET /admin/estatisticas/:id/edit(.:format) admin/estatisticas#edit
admin_estatistica_path GET /admin/estatisticas/:id(.:format) admin/estatisticas#show
PATCH /admin/estatisticas/:id(.:format) admin/estatisticas#update
PUT /admin/estatisticas/:id(.:format) admin/estatisticas#update
DELETE /admin/estatisticas/:id(.:format) admin/estatisticas#destroy
empresas_admin_dados_estatisticos_path GET /admin/dados_estatisticos/empresas(.:format) admin/dados_estatisticos#empresas
eventos_admin_dados_estatisticos_path GET /admin/dados_estatisticos/eventos(.:format) admin/dados_estatisticos#eventos
paginas_admin_dados_estatisticos_path GET /admin/dados_estatisticos/paginas(.:format) admin/dados_estatisticos#paginas
paginas_detalhar_admin_dados_estatisticos_path GET /admin/dados_estatisticos/paginas_detalhar(.:format) admin/dados_estatisticos#paginas_detalhar
acoes_aplicativo_admin_dados_estatisticos_path GET /admin/dados_estatisticos/acoes_aplicativo(.:format) admin/dados_estatisticos#acoes_aplicativo
filmes_admin_dados_estatisticos_path GET /admin/dados_estatisticos/filmes(.:format) admin/dados_estatisticos#filmes
revistas_admin_dados_estatisticos_path GET /admin/dados_estatisticos/revistas(.:format) admin/dados_estatisticos#revistas
signos_admin_dados_estatisticos_path GET /admin/dados_estatisticos/signos(.:format) admin/dados_estatisticos#signos
ranking_empresas_admin_dados_estatisticos_path GET /admin/dados_estatisticos/ranking_empresas(.:format) admin/dados_estatisticos#ranking_empresas
ranking_atividades_admin_dados_estatisticos_path GET /admin/dados_estatisticos/ranking_atividades(.:format) admin/dados_estatisticos#ranking_atividades
ranking_categorias_admin_dados_estatisticos_path GET /admin/dados_estatisticos/ranking_categorias(.:format) admin/dados_estatisticos#ranking_categorias
categorias_detalhar_admin_dados_estatisticos_path GET /admin/dados_estatisticos/categorias_detalhar(.:format) admin/dados_estatisticos#categorias_detalhar
resumo_admin_dados_estatisticos_path GET /admin/dados_estatisticos/resumo(.:format) admin/dados_estatisticos#resumo
resumo_geral_admin_dados_estatisticos_path GET /admin/dados_estatisticos/resumo_geral(.:format) admin/dados_estatisticos#resumo_geral
admin_dados_estatisticos_path GET /admin/dados_estatisticos(.:format) admin/dados_estatisticos#index
POST /admin/dados_estatisticos(.:format) admin/dados_estatisticos#create
new_admin_dados_estatistico_path GET /admin/dados_estatisticos/new(.:format) admin/dados_estatisticos#new
edit_admin_dados_estatistico_path GET /admin/dados_estatisticos/:id/edit(.:format) admin/dados_estatisticos#edit
admin_dados_estatistico_path GET /admin/dados_estatisticos/:id(.:format) admin/dados_estatisticos#show
PATCH /admin/dados_estatisticos/:id(.:format) admin/dados_estatisticos#update
PUT /admin/dados_estatisticos/:id(.:format) admin/dados_estatisticos#update
DELETE /admin/dados_estatisticos/:id(.:format) admin/dados_estatisticos#destroy
prospeccao_clientes_admin_relatorios_path GET /admin/relatorios/prospeccao_clientes(.:format) admin/relatorios#prospeccao_clientes
clientes_solicitacao_cancelamento_admin_relatorios_path GET /admin/relatorios/clientes_solicitacao_cancelamento(.:format) admin/relatorios#clientes_solicitacao_cancelamento
banners_ativos_admin_relatorios_path GET /admin/relatorios/banners_ativos(.:format) admin/relatorios#banners_ativos
sendgrid_admin_relatorios_path GET /admin/relatorios/sendgrid(.:format) admin/relatorios#sendgrid
clientes_solicitaram_estatisticas_admin_relatorios_path GET /admin/relatorios/clientes_solicitaram_estatisticas(.:format) admin/relatorios#clientes_solicitaram_estatisticas
emails_responsaveis_empresas_ativas_rn_xls_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_ativas_rn_xls(.:format) admin/relatorios#emails_responsaveis_empresas_ativas_rn_xls {:format=>"xls"}
emails_responsaveis_empresas_ativas_rn_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_ativas_rn(.:format) admin/relatorios#emails_responsaveis_empresas_ativas_rn
emails_newsletter_xls_admin_relatorios_path GET /admin/relatorios/emails_newsletter_xls(.:format) admin/relatorios#emails_newsletter_xls {:format=>"xls"}
emails_newsletter_admin_relatorios_path GET /admin/relatorios/emails_newsletter(.:format) admin/relatorios#emails_newsletter
emails_locais_vendas_xls_admin_relatorios_path GET /admin/relatorios/emails_locais_vendas_xls(.:format) admin/relatorios#emails_locais_vendas_xls {:format=>"xls"}
emails_locais_vendas_admin_relatorios_path GET /admin/relatorios/emails_locais_vendas(.:format) admin/relatorios#emails_locais_vendas
emails_locais_eventos_xls_admin_relatorios_path GET /admin/relatorios/emails_locais_eventos_xls(.:format) admin/relatorios#emails_locais_eventos_xls {:format=>"xls"}
emails_locais_eventos_admin_relatorios_path GET /admin/relatorios/emails_locais_eventos(.:format) admin/relatorios#emails_locais_eventos
emails_organizadores_eventos_xls_admin_relatorios_path GET /admin/relatorios/emails_organizadores_eventos_xls(.:format) admin/relatorios#emails_organizadores_eventos_xls {:format=>"xls"}
emails_organizadores_eventos_admin_relatorios_path GET /admin/relatorios/emails_organizadores_eventos(.:format) admin/relatorios#emails_organizadores_eventos
emails_usuarios_site_xls_admin_relatorios_path GET /admin/relatorios/emails_usuarios_site_xls(.:format) admin/relatorios#emails_usuarios_site_xls {:format=>"xls"}
emails_usuarios_site_admin_relatorios_path GET /admin/relatorios/emails_usuarios_site(.:format) admin/relatorios#emails_usuarios_site
emails_usuarios_aplicativo_xls_admin_relatorios_path GET /admin/relatorios/emails_usuarios_aplicativo_xls(.:format) admin/relatorios#emails_usuarios_aplicativo_xls {:format=>"xls"}
emails_usuarios_aplicativo_admin_relatorios_path GET /admin/relatorios/emails_usuarios_aplicativo(.:format) admin/relatorios#emails_usuarios_aplicativo
emails_usuarios_promocoes_xls_admin_relatorios_path GET /admin/relatorios/emails_usuarios_promocoes_xls(.:format) admin/relatorios#emails_usuarios_promocoes_xls {:format=>"xls"}
emails_usuarios_promocoes_admin_relatorios_path GET /admin/relatorios/emails_usuarios_promocoes(.:format) admin/relatorios#emails_usuarios_promocoes
emails_responsaveis_empresas_outras_situacoes_xls_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_outras_situacoes_xls(.:format) admin/relatorios#emails_responsaveis_empresas_outras_situacoes_xls {:format=>"xls"}
emails_responsaveis_empresas_outras_situacoes_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_outras_situacoes(.:format) admin/relatorios#emails_responsaveis_empresas_outras_situacoes
emails_responsaveis_empresas_canceladas_xls_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_canceladas_xls(.:format) admin/relatorios#emails_responsaveis_empresas_canceladas_xls {:format=>"xls"}
emails_responsaveis_empresas_canceladas_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_canceladas(.:format) admin/relatorios#emails_responsaveis_empresas_canceladas
emails_responsaveis_empresas_ativas_xls_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_ativas_xls(.:format) admin/relatorios#emails_responsaveis_empresas_ativas_xls {:format=>"xls"}
emails_responsaveis_empresas_ativas_admin_relatorios_path GET /admin/relatorios/emails_responsaveis_empresas_ativas(.:format) admin/relatorios#emails_responsaveis_empresas_ativas
emails_empresas_outras_situacoes_xls_admin_relatorios_path GET /admin/relatorios/emails_empresas_outras_situacoes_xls(.:format) admin/relatorios#emails_empresas_outras_situacoes_xls {:format=>"xls"}
emails_empresas_outras_situacoes_admin_relatorios_path GET /admin/relatorios/emails_empresas_outras_situacoes(.:format) admin/relatorios#emails_empresas_outras_situacoes
emails_empresas_canceladas_xls_admin_relatorios_path GET /admin/relatorios/emails_empresas_canceladas_xls(.:format) admin/relatorios#emails_empresas_canceladas_xls {:format=>"xls"}
emails_empresas_canceladas_admin_relatorios_path GET /admin/relatorios/emails_empresas_canceladas(.:format) admin/relatorios#emails_empresas_canceladas
GET /admin/relatorios/emails_usuarios_promocoes_xls(.:format) admin/relatorios#emails_usuarios_promocoes_xls {:format=>"xls"}
GET /admin/relatorios/emails_usuarios_promocoes(.:format) admin/relatorios#emails_usuarios_promocoes
GET /admin/relatorios/emails_responsaveis_empresas_outras_situacoes_xls(.:format) admin/relatorios#emails_responsaveis_empresas_outras_situacoes_xls {:format=>"xls"}
GET /admin/relatorios/emails_responsaveis_empresas_outras_situacoes(.:format) admin/relatorios#emails_responsaveis_empresas_outras_situacoes
GET /admin/relatorios/emails_responsaveis_empresas_canceladas_xls(.:format) admin/relatorios#emails_responsaveis_empresas_canceladas_xls {:format=>"xls"}
GET /admin/relatorios/emails_responsaveis_empresas_canceladas(.:format) admin/relatorios#emails_responsaveis_empresas_canceladas
GET /admin/relatorios/emails_responsaveis_empresas_ativas_xls(.:format) admin/relatorios#emails_responsaveis_empresas_ativas_xls {:format=>"xls"}
GET /admin/relatorios/emails_responsaveis_empresas_ativas(.:format) admin/relatorios#emails_responsaveis_empresas_ativas
GET /admin/relatorios/emails_empresas_outras_situacoes_xls(.:format) admin/relatorios#emails_empresas_outras_situacoes_xls {:format=>"xls"}
GET /admin/relatorios/emails_empresas_outras_situacoes(.:format) admin/relatorios#emails_empresas_outras_situacoes
GET /admin/relatorios/emails_empresas_canceladas_xls(.:format) admin/relatorios#emails_empresas_canceladas_xls {:format=>"xls"}
GET /admin/relatorios/emails_empresas_canceladas(.:format) admin/relatorios#emails_empresas_canceladas
emails_empresas_ativas_xls_admin_relatorios_path GET /admin/relatorios/emails_empresas_ativas_xls(.:format) admin/relatorios#emails_empresas_ativas_xls {:format=>"xls"}
emails_empresas_ativas_admin_relatorios_path GET /admin/relatorios/emails_empresas_ativas(.:format) admin/relatorios#emails_empresas_ativas
relatorio_emails_admin_relatorios_path GET /admin/relatorios/relatorio_emails(.:format) admin/relatorios#relatorio_emails
clientes_cancelados_admin_relatorios_path GET /admin/relatorios/clientes_cancelados(.:format) admin/relatorios#clientes_cancelados
clientes_ativos_admin_relatorios_path GET /admin/relatorios/clientes_ativos(.:format) admin/relatorios#clientes_ativos
clientes_ativos_paraiba_xls_admin_relatorios_path GET /admin/relatorios/clientes_ativos_paraiba_xls(.:format) admin/relatorios#clientes_ativos_paraiba_xls {:format=>"xls"}
clientes_ativos_paraiba_admin_relatorios_path GET /admin/relatorios/clientes_ativos_paraiba(.:format) admin/relatorios#clientes_ativos_paraiba
clientes_email_xls_admin_relatorios_path GET /admin/relatorios/clientes_email_xls(.:format) admin/relatorios#clientes_email_xls {:format=>"xls"}
clientes_email_admin_relatorios_path GET /admin/relatorios/clientes_email(.:format) admin/relatorios#clientes_email
clube_telepesquisa_admin_relatorios_path GET /admin/relatorios/clube_telepesquisa(.:format) admin/relatorios#clube_telepesquisa
clientes_natal_admin_relatorios_path GET /admin/relatorios/clientes_natal(.:format) admin/relatorios#clientes_natal
clientes_sem_whatsapp_xls_admin_relatorios_path GET /admin/relatorios/clientes_sem_whatsapp_xls(.:format) admin/relatorios#clientes_sem_whatsapp_xls {:format=>"xls"}
clientes_sem_whatsapp_admin_relatorios_path GET /admin/relatorios/clientes_sem_whatsapp(.:format) admin/relatorios#clientes_sem_whatsapp
clientes_com_logo_admin_relatorios_path GET /admin/relatorios/clientes_com_logo(.:format) admin/relatorios#clientes_com_logo
clientes_sem_logo_admin_relatorios_path GET /admin/relatorios/clientes_sem_logo(.:format) admin/relatorios#clientes_sem_logo
cliente_potencial_admin_relatorios_path GET /admin/relatorios/cliente_potencial(.:format) admin/relatorios#cliente_potencial
clientes_com_midia_social_admin_relatorios_path GET /admin/relatorios/clientes_com_midia_social(.:format) admin/relatorios#clientes_com_midia_social
clientes_e_revista_admin_relatorios_path GET /admin/relatorios/clientes_e_revista(.:format) admin/relatorios#clientes_e_revista
mudanca_ramo_admin_relatorios_path GET /admin/relatorios/mudanca_ramo(.:format) admin/relatorios#mudanca_ramo
clientes_e_revista_cadastro_admin_relatorios_path GET /admin/relatorios/clientes_e_revista_cadastro(.:format) admin/relatorios#clientes_e_revista_cadastro
clientes_ativos_sem_ramo_admin_relatorios_path GET /admin/relatorios/clientes_ativos_sem_ramo(.:format) admin/relatorios#clientes_ativos_sem_ramo
clientes_ativos_sem_venda_admin_relatorios_path GET /admin/relatorios/clientes_ativos_sem_venda(.:format) admin/relatorios#clientes_ativos_sem_venda
clientes_por_categoria_admin_relatorios_path GET /admin/relatorios/clientes_por_categoria(.:format) admin/relatorios#clientes_por_categoria
clientes_por_atividade_admin_relatorios_path GET /admin/relatorios/clientes_por_atividade(.:format) admin/relatorios#clientes_por_atividade
historico_geral_meu_cadastro_admin_relatorios_path GET /admin/relatorios/historico_geral_meu_cadastro(.:format) admin/relatorios#historico_geral_meu_cadastro
clientes_invisiveis_admin_relatorios_path GET /admin/relatorios/clientes_invisiveis(.:format) admin/relatorios#clientes_invisiveis
clientes_por_ramo_admin_relatorios_path GET /admin/relatorios/clientes_por_ramo(.:format) admin/relatorios#clientes_por_ramo
acoes_geral_admin_relatorios_path GET /admin/relatorios/acoes_geral(.:format) admin/relatorios#acoes_geral
ciclo_do_cliente_admin_relatorios_path GET /admin/relatorios/ciclo_do_cliente(.:format) admin/relatorios#ciclo_do_cliente
clientes_ativos_sem_categoria_admin_relatorios_path GET /admin/relatorios/clientes_ativos_sem_categoria(.:format) admin/relatorios#clientes_ativos_sem_categoria
clientes_aniversariantes_admin_relatorios_path GET /admin/relatorios/clientes_aniversariantes(.:format) admin/relatorios#clientes_aniversariantes
clientes_informacoes_desatualizadas_admin_relatorios_path GET /admin/relatorios/clientes_informacoes_desatualizadas(.:format) admin/relatorios#clientes_informacoes_desatualizadas
ambiente_cliente_admin_relatorios_path GET /admin/relatorios/ambiente_cliente(.:format) admin/relatorios#ambiente_cliente
participante_promocao_admin_relatorios_path GET /admin/relatorios/participante_promocao(.:format) admin/relatorios#participante_promocao
cadastro_imagem_area_cliente_admin_relatorios_path GET /admin/relatorios/cadastro_imagem_area_cliente(.:format) admin/relatorios#cadastro_imagem_area_cliente
historico_situacao_cliente_admin_relatorios_path GET /admin/relatorios/historico_situacao_cliente(.:format) admin/relatorios#historico_situacao_cliente
clientes_alteracao_informacao_admin_relatorios_path GET /admin/relatorios/clientes_alteracao_informacao(.:format) admin/relatorios#clientes_alteracao_informacao
empresas_por_url_admin_relatorios_path GET|POST /admin/relatorios/empresas_por_url(.:format) admin/relatorios#empresas_por_url
exibicao_prioritaria_admin_relatorios_path GET /admin/relatorios/exibicao_prioritaria(.:format) admin/relatorios#exibicao_prioritaria
protocolo_revista_admin_relatorios_path GET /admin/relatorios/protocolo_revista(.:format) admin/relatorios#protocolo_revista
gerar_protocolo_revista_admin_relatorios_path GET /admin/relatorios/gerar_protocolo_revista(.:format) admin/relatorios#gerar_protocolo_revista
admin_relatorios_path GET /admin/relatorios(.:format) admin/relatorios#index
POST /admin/relatorios(.:format) admin/relatorios#create
new_admin_relatorio_path GET /admin/relatorios/new(.:format) admin/relatorios#new
edit_admin_relatorio_path GET /admin/relatorios/:id/edit(.:format) admin/relatorios#edit
admin_relatorio_path GET /admin/relatorios/:id(.:format) admin/relatorios#show
PATCH /admin/relatorios/:id(.:format) admin/relatorios#update
PUT /admin/relatorios/:id(.:format) admin/relatorios#update
DELETE /admin/relatorios/:id(.:format) admin/relatorios#destroy
atualizar_dados_admin_meus_dados_path PUT /admin/meus_dados/atualizar_dados(.:format) admin/meus_dados#atualizar_dados
admin_meus_dados_path GET /admin/meus_dados(.:format) admin/meus_dados#index
POST /admin/meus_dados(.:format) admin/meus_dados#create
new_admin_meus_dado_path GET /admin/meus_dados/new(.:format) admin/meus_dados#new
edit_admin_meus_dado_path GET /admin/meus_dados/:id/edit(.:format) admin/meus_dados#edit
admin_meus_dado_path GET /admin/meus_dados/:id(.:format) admin/meus_dados#show
PATCH /admin/meus_dados/:id(.:format) admin/meus_dados#update
PUT /admin/meus_dados/:id(.:format) admin/meus_dados#update
DELETE /admin/meus_dados/:id(.:format) admin/meus_dados#destroy
admin_credenciadores_path GET /admin/credenciadores(.:format) admin/credenciadores#index
POST /admin/credenciadores(.:format) admin/credenciadores#create
new_admin_credenciador_path GET /admin/credenciadores/new(.:format) admin/credenciadores#new
edit_admin_credenciador_path GET /admin/credenciadores/:id/edit(.:format) admin/credenciadores#edit
admin_credenciador_path GET /admin/credenciadores/:id(.:format) admin/credenciadores#show
PATCH /admin/credenciadores/:id(.:format) admin/credenciadores#update
PUT /admin/credenciadores/:id(.:format) admin/credenciadores#update
DELETE /admin/credenciadores/:id(.:format) admin/credenciadores#destroy
admin_cidades_path GET /admin/cidades(.:format) admin/cidades#index
POST /admin/cidades(.:format) admin/cidades#create
new_admin_cidade_path GET /admin/cidades/new(.:format) admin/cidades#new
edit_admin_cidade_path GET /admin/cidades/:id/edit(.:format) admin/cidades#edit
admin_cidade_path GET /admin/cidades/:id(.:format) admin/cidades#show
PATCH /admin/cidades/:id(.:format) admin/cidades#update
PUT /admin/cidades/:id(.:format) admin/cidades#update
DELETE /admin/cidades/:id(.:format) admin/cidades#destroy
admin_bairros_path GET /admin/bairros(.:format) admin/bairros#index
POST /admin/bairros(.:format) admin/bairros#create
new_admin_bairro_path GET /admin/bairros/new(.:format) admin/bairros#new
edit_admin_bairro_path GET /admin/bairros/:id/edit(.:format) admin/bairros#edit
admin_bairro_path GET /admin/bairros/:id(.:format) admin/bairros#show
PATCH /admin/bairros/:id(.:format) admin/bairros#update
PUT /admin/bairros/:id(.:format) admin/bairros#update
DELETE /admin/bairros/:id(.:format) admin/bairros#destroy
retirar_autorizacao_herdada_admin_usuario_path POST /admin/usuarios/:id/retirar-autorizacao-herdada/:permissao_id(.:format) admin/autorizacoes#retirar_autorizacao_herdada
autorizar_admin_usuario_path POST /admin/usuarios/:id/autorizar(.:format) admin/autorizacoes#autorizar_usuario
permissoes_admin_usuario_path GET /admin/usuarios/:id/permissoes(.:format) admin/usuarios#permissoes
admin_usuarios_path GET /admin/usuarios(.:format) admin/usuarios#index
POST /admin/usuarios(.:format) admin/usuarios#create
new_admin_usuario_path GET /admin/usuarios/new(.:format) admin/usuarios#new
edit_admin_usuario_path GET /admin/usuarios/:id/edit(.:format) admin/usuarios#edit
admin_usuario_path GET /admin/usuarios/:id(.:format) admin/usuarios#show
PATCH /admin/usuarios/:id(.:format) admin/usuarios#update
PUT /admin/usuarios/:id(.:format) admin/usuarios#update
DELETE /admin/usuarios/:id(.:format) admin/usuarios#destroy
admin_grupos_path GET /admin/grupos(.:format) admin/grupos#index
POST /admin/grupos(.:format) admin/grupos#create
new_admin_grupo_path GET /admin/grupos/new(.:format) admin/grupos#new
edit_admin_grupo_path GET /admin/grupos/:id/edit(.:format) admin/grupos#edit
admin_grupo_path GET /admin/grupos/:id(.:format) admin/grupos#show
PATCH /admin/grupos/:id(.:format) admin/grupos#update
PUT /admin/grupos/:id(.:format) admin/grupos#update
DELETE /admin/grupos/:id(.:format) admin/grupos#destroy
admin_destroy_autorizacao_path DELETE /admin/autorizacoes/:id(.:format) admin/autorizacoes#destroy
admin_permissoes_path GET /admin/permissoes(.:format) admin/permissoes#index
POST /admin/permissoes(.:format) admin/permissoes#create
new_admin_permissao_path GET /admin/permissoes/new(.:format) admin/permissoes#new
edit_admin_permissao_path GET /admin/permissoes/:id/edit(.:format) admin/permissoes#edit
admin_permissao_path GET /admin/permissoes/:id(.:format) admin/permissoes#show
PATCH /admin/permissoes/:id(.:format) admin/permissoes#update
PUT /admin/permissoes/:id(.:format) admin/permissoes#update
DELETE /admin/permissoes/:id(.:format) admin/permissoes#destroy
admin_ramo_mover_ramo_path GET /admin/ramos/:ramo_id/mover_ramo(.:format) admin/ramos#mover_ramo
admin_ramo_subramos_path GET /admin/ramos/:ramo_id/subramos(.:format) admin/subramos#index
POST /admin/ramos/:ramo_id/subramos(.:format) admin/subramos#create
new_admin_ramo_subramo_path GET /admin/ramos/:ramo_id/subramos/new(.:format) admin/subramos#new
edit_admin_ramo_subramo_path GET /admin/ramos/:ramo_id/subramos/:id/edit(.:format) admin/subramos#edit
admin_ramo_subramo_path GET /admin/ramos/:ramo_id/subramos/:id(.:format) admin/subramos#show
PATCH /admin/ramos/:ramo_id/subramos/:id(.:format) admin/subramos#update
PUT /admin/ramos/:ramo_id/subramos/:id(.:format) admin/subramos#update
DELETE /admin/ramos/:ramo_id/subramos/:id(.:format) admin/subramos#destroy
admin_ramos_path GET /admin/ramos(.:format) admin/ramos#index
POST /admin/ramos(.:format) admin/ramos#create
new_admin_ramo_path GET /admin/ramos/new(.:format) admin/ramos#new
edit_admin_ramo_path GET /admin/ramos/:id/edit(.:format) admin/ramos#edit
admin_ramo_path GET /admin/ramos/:id(.:format) admin/ramos#show
PATCH /admin/ramos/:id(.:format) admin/ramos#update
PUT /admin/ramos/:id(.:format) admin/ramos#update
DELETE /admin/ramos/:id(.:format) admin/ramos#destroy
admin_categoria_subcategorias_path GET /admin/categorias/:categoria_id/subcategorias(.:format) admin/subcategorias#index
POST /admin/categorias/:categoria_id/subcategorias(.:format) admin/subcategorias#create
new_admin_categoria_subcategoria_path GET /admin/categorias/:categoria_id/subcategorias/new(.:format) admin/subcategorias#new
edit_admin_categoria_subcategoria_path GET /admin/categorias/:categoria_id/subcategorias/:id/edit(.:format) admin/subcategorias#edit
admin_categoria_subcategoria_path GET /admin/categorias/:categoria_id/subcategorias/:id(.:format) admin/subcategorias#show
PATCH /admin/categorias/:categoria_id/subcategorias/:id(.:format) admin/subcategorias#update
PUT /admin/categorias/:categoria_id/subcategorias/:id(.:format) admin/subcategorias#update
DELETE /admin/categorias/:categoria_id/subcategorias/:id(.:format) admin/subcategorias#destroy
admin_categorias_path GET /admin/categorias(.:format) admin/categorias#index
POST /admin/categorias(.:format) admin/categorias#create
new_admin_categoria_path GET /admin/categorias/new(.:format) admin/categorias#new
edit_admin_categoria_path GET /admin/categorias/:id/edit(.:format) admin/categorias#edit
admin_categoria_path GET /admin/categorias/:id(.:format) admin/categorias#show
PATCH /admin/categorias/:id(.:format) admin/categorias#update
PUT /admin/categorias/:id(.:format) admin/categorias#update
DELETE /admin/categorias/:id(.:format) admin/categorias#destroy
duplicar_admin_evento_cultural_path GET /admin/evento_culturais/:id/duplicar(.:format) admin/evento_culturais#duplicar
buscar_admin_evento_culturais_path GET|POST /admin/evento_culturais/buscar(.:format) admin/evento_culturais#buscar
admin_evento_culturais_path GET /admin/evento_culturais(.:format) admin/evento_culturais#index
POST /admin/evento_culturais(.:format) admin/evento_culturais#create
new_admin_evento_cultural_path GET /admin/evento_culturais/new(.:format) admin/evento_culturais#new
edit_admin_evento_cultural_path GET /admin/evento_culturais/:id/edit(.:format) admin/evento_culturais#edit
admin_evento_cultural_path GET /admin/evento_culturais/:id(.:format) admin/evento_culturais#show
PATCH /admin/evento_culturais/:id(.:format) admin/evento_culturais#update
PUT /admin/evento_culturais/:id(.:format) admin/evento_culturais#update
DELETE /admin/evento_culturais/:id(.:format) admin/evento_culturais#destroy
admin_comodidades_path GET /admin/comodidades(.:format) admin/comodidades#index
POST /admin/comodidades(.:format) admin/comodidades#create
new_admin_comodidade_path GET /admin/comodidades/new(.:format) admin/comodidades#new
edit_admin_comodidade_path GET /admin/comodidades/:id/edit(.:format) admin/comodidades#edit
admin_comodidade_path GET /admin/comodidades/:id(.:format) admin/comodidades#show
PATCH /admin/comodidades/:id(.:format) admin/comodidades#update
PUT /admin/comodidades/:id(.:format) admin/comodidades#update
DELETE /admin/comodidades/:id(.:format) admin/comodidades#destroy
admin_organizadores_path GET /admin/organizadores(.:format) admin/organizadores#index
POST /admin/organizadores(.:format) admin/organizadores#create
new_admin_organizador_path GET /admin/organizadores/new(.:format) admin/organizadores#new
edit_admin_organizador_path GET /admin/organizadores/:id/edit(.:format) admin/organizadores#edit
admin_organizador_path GET /admin/organizadores/:id(.:format) admin/organizadores#show
PATCH /admin/organizadores/:id(.:format) admin/organizadores#update
PUT /admin/organizadores/:id(.:format) admin/organizadores#update
DELETE /admin/organizadores/:id(.:format) admin/organizadores#destroy
admin_organizador_fones_path GET /admin/organizador_fones(.:format) admin/organizador_fones#index
POST /admin/organizador_fones(.:format) admin/organizador_fones#create
new_admin_organizador_fone_path GET /admin/organizador_fones/new(.:format) admin/organizador_fones#new
edit_admin_organizador_fone_path GET /admin/organizador_fones/:id/edit(.:format) admin/organizador_fones#edit
admin_organizador_fone_path GET /admin/organizador_fones/:id(.:format) admin/organizador_fones#show
PATCH /admin/organizador_fones/:id(.:format) admin/organizador_fones#update
PUT /admin/organizador_fones/:id(.:format) admin/organizador_fones#update
DELETE /admin/organizador_fones/:id(.:format) admin/organizador_fones#destroy
admin_venda_locais_path GET /admin/venda_locais(.:format) admin/venda_locais#index
POST /admin/venda_locais(.:format) admin/venda_locais#create
new_admin_venda_local_path GET /admin/venda_locais/new(.:format) admin/venda_locais#new
edit_admin_venda_local_path GET /admin/venda_locais/:id/edit(.:format) admin/venda_locais#edit
admin_venda_local_path GET /admin/venda_locais/:id(.:format) admin/venda_locais#show
PATCH /admin/venda_locais/:id(.:format) admin/venda_locais#update
PUT /admin/venda_locais/:id(.:format) admin/venda_locais#update
DELETE /admin/venda_locais/:id(.:format) admin/venda_locais#destroy
admin_evento_locais_path GET /admin/evento_locais(.:format) admin/evento_locais#index
POST /admin/evento_locais(.:format) admin/evento_locais#create
new_admin_evento_local_path GET /admin/evento_locais/new(.:format) admin/evento_locais#new
edit_admin_evento_local_path GET /admin/evento_locais/:id/edit(.:format) admin/evento_locais#edit
admin_evento_local_path GET /admin/evento_locais/:id(.:format) admin/evento_locais#show
PATCH /admin/evento_locais/:id(.:format) admin/evento_locais#update
PUT /admin/evento_locais/:id(.:format) admin/evento_locais#update
DELETE /admin/evento_locais/:id(.:format) admin/evento_locais#destroy
GET /admin/venda_locais(.:format) admin/venda_locais#index
POST /admin/venda_locais(.:format) admin/venda_locais#create
GET /admin/venda_locais/new(.:format) admin/venda_locais#new
GET /admin/venda_locais/:id/edit(.:format) admin/venda_locais#edit
GET /admin/venda_locais/:id(.:format) admin/venda_locais#show
PATCH /admin/venda_locais/:id(.:format) admin/venda_locais#update
PUT /admin/venda_locais/:id(.:format) admin/venda_locais#update
DELETE /admin/venda_locais/:id(.:format) admin/venda_locais#destroy
admin_tabua_mares_path GET /admin/tabua_mares(.:format) admin/tabua_mares#index
POST /admin/tabua_mares(.:format) admin/tabua_mares#create
new_admin_tabua_mar_path GET /admin/tabua_mares/new(.:format) admin/tabua_mares#new
edit_admin_tabua_mar_path GET /admin/tabua_mares/:id/edit(.:format) admin/tabua_mares#edit
admin_tabua_mar_path GET /admin/tabua_mares/:id(.:format) admin/tabua_mares#show
PATCH /admin/tabua_mares/:id(.:format) admin/tabua_mares#update
PUT /admin/tabua_mares/:id(.:format) admin/tabua_mares#update
DELETE /admin/tabua_mares/:id(.:format) admin/tabua_mares#destroy
admin_loteria_time_manias_path GET /admin/loteria_time_manias(.:format) admin/loteria_time_manias#index
POST /admin/loteria_time_manias(.:format) admin/loteria_time_manias#create
new_admin_loteria_time_mania_path GET /admin/loteria_time_manias/new(.:format) admin/loteria_time_manias#new
edit_admin_loteria_time_mania_path GET /admin/loteria_time_manias/:id/edit(.:format) admin/loteria_time_manias#edit
admin_loteria_time_mania_path GET /admin/loteria_time_manias/:id(.:format) admin/loteria_time_manias#show
PATCH /admin/loteria_time_manias/:id(.:format) admin/loteria_time_manias#update
PUT /admin/loteria_time_manias/:id(.:format) admin/loteria_time_manias#update
DELETE /admin/loteria_time_manias/:id(.:format) admin/loteria_time_manias#destroy
admin_loteria_loto_manias_path GET /admin/loteria_loto_manias(.:format) admin/loteria_loto_manias#index
POST /admin/loteria_loto_manias(.:format) admin/loteria_loto_manias#create
new_admin_loteria_loto_mania_path GET /admin/loteria_loto_manias/new(.:format) admin/loteria_loto_manias#new
edit_admin_loteria_loto_mania_path GET /admin/loteria_loto_manias/:id/edit(.:format) admin/loteria_loto_manias#edit
admin_loteria_loto_mania_path GET /admin/loteria_loto_manias/:id(.:format) admin/loteria_loto_manias#show
PATCH /admin/loteria_loto_manias/:id(.:format) admin/loteria_loto_manias#update
PUT /admin/loteria_loto_manias/:id(.:format) admin/loteria_loto_manias#update
DELETE /admin/loteria_loto_manias/:id(.:format) admin/loteria_loto_manias#destroy
admin_loteria_loto_facis_path GET /admin/loteria_loto_facis(.:format) admin/loteria_loto_facis#index
POST /admin/loteria_loto_facis(.:format) admin/loteria_loto_facis#create
new_admin_loteria_loto_faci_path GET /admin/loteria_loto_facis/new(.:format) admin/loteria_loto_facis#new
edit_admin_loteria_loto_faci_path GET /admin/loteria_loto_facis/:id/edit(.:format) admin/loteria_loto_facis#edit
admin_loteria_loto_faci_path GET /admin/loteria_loto_facis/:id(.:format) admin/loteria_loto_facis#show
PATCH /admin/loteria_loto_facis/:id(.:format) admin/loteria_loto_facis#update
PUT /admin/loteria_loto_facis/:id(.:format) admin/loteria_loto_facis#update
DELETE /admin/loteria_loto_facis/:id(.:format) admin/loteria_loto_facis#destroy
admin_loteria_quinas_path GET /admin/loteria_quinas(.:format) admin/loteria_quinas#index
POST /admin/loteria_quinas(.:format) admin/loteria_quinas#create
new_admin_loteria_quina_path GET /admin/loteria_quinas/new(.:format) admin/loteria_quinas#new
edit_admin_loteria_quina_path GET /admin/loteria_quinas/:id/edit(.:format) admin/loteria_quinas#edit
admin_loteria_quina_path GET /admin/loteria_quinas/:id(.:format) admin/loteria_quinas#show
PATCH /admin/loteria_quinas/:id(.:format) admin/loteria_quinas#update
PUT /admin/loteria_quinas/:id(.:format) admin/loteria_quinas#update
DELETE /admin/loteria_quinas/:id(.:format) admin/loteria_quinas#destroy
admin_loteria_federais_path GET /admin/loteria_federais(.:format) admin/loteria_federais#index
POST /admin/loteria_federais(.:format) admin/loteria_federais#create
new_admin_loteria_federal_path GET /admin/loteria_federais/new(.:format) admin/loteria_federais#new
edit_admin_loteria_federal_path GET /admin/loteria_federais/:id/edit(.:format) admin/loteria_federais#edit
admin_loteria_federal_path GET /admin/loteria_federais/:id(.:format) admin/loteria_federais#show
PATCH /admin/loteria_federais/:id(.:format) admin/loteria_federais#update
PUT /admin/loteria_federais/:id(.:format) admin/loteria_federais#update
DELETE /admin/loteria_federais/:id(.:format) admin/loteria_federais#destroy
admin_loteria_dupla_senas_path GET /admin/loteria_dupla_senas(.:format) admin/loteria_dupla_senas#index
POST /admin/loteria_dupla_senas(.:format) admin/loteria_dupla_senas#create
new_admin_loteria_dupla_sena_path GET /admin/loteria_dupla_senas/new(.:format) admin/loteria_dupla_senas#new
edit_admin_loteria_dupla_sena_path GET /admin/loteria_dupla_senas/:id/edit(.:format) admin/loteria_dupla_senas#edit
admin_loteria_dupla_sena_path GET /admin/loteria_dupla_senas/:id(.:format) admin/loteria_dupla_senas#show
PATCH /admin/loteria_dupla_senas/:id(.:format) admin/loteria_dupla_senas#update
PUT /admin/loteria_dupla_senas/:id(.:format) admin/loteria_dupla_senas#update
DELETE /admin/loteria_dupla_senas/:id(.:format) admin/loteria_dupla_senas#destroy
admin_loteria_mega_senas_path GET /admin/loteria_mega_senas(.:format) admin/loteria_mega_senas#index
POST /admin/loteria_mega_senas(.:format) admin/loteria_mega_senas#create
new_admin_loteria_mega_sena_path GET /admin/loteria_mega_senas/new(.:format) admin/loteria_mega_senas#new
edit_admin_loteria_mega_sena_path GET /admin/loteria_mega_senas/:id/edit(.:format) admin/loteria_mega_senas#edit
admin_loteria_mega_sena_path GET /admin/loteria_mega_senas/:id(.:format) admin/loteria_mega_senas#show
PATCH /admin/loteria_mega_senas/:id(.:format) admin/loteria_mega_senas#update
PUT /admin/loteria_mega_senas/:id(.:format) admin/loteria_mega_senas#update
DELETE /admin/loteria_mega_senas/:id(.:format) admin/loteria_mega_senas#destroy
api_relatorio_path POST /api/cliente/estatisticas(.:format) api/estatistica#relatorio
api_cliente_busca_path GET|POST /api/cliente_busca(.:format) api/cliente#busca
api_path GET|POST /api/clientes/:id/add_avaliacao/:avaliacao(.:format) api/cliente#add_avaliacao
GET|POST /api/clientes/:id/get_avaliacao(.:format) api/cliente#get_avaliacao
GET /api/clientes/process_images/:id(.:format) api/cliente#process_images
GET|POST /api/eventos_culturais/:id/add_avaliacao/:avaliacao(.:format) api/eventos_culturais#add_avaliacao
GET|POST /api/eventos_culturais/:id/get_avaliacao(.:format) api/eventos_culturais#get_avaliacao
GET|POST /api/cliente/dados/:id(.:format) api/cliente#dados
GET|POST /api/cliente/dados/:codigo/:digito(.:format) api/cliente#dados
GET|POST /api/cliente/dados_pelo_redbox_id/:redbox_id(.:format) api/cliente#dados
api_cliente_criar_path GET|POST /api/cliente/criar(.:format) api/cliente#criar
api_cliente_empresas_path GET /api/cliente/empresas(.:format) api/cliente#empresas
api_cliente_bairros_path GET /api/cliente/bairros(.:format) api/cliente#bairros
api_cliente_subcategorias_path GET /api/cliente/subcategorias(.:format) api/cliente#subcategorias
api_cliente_atividades_path GET /api/cliente/atividades(.:format) api/cliente#atividades
api_cliente_confirmar_alteracao_path GET /api/cliente/confirmar_alteracao(.:format) api/cliente#confirmar_alteracao
api_cliente_clientes_ativos_vips_path GET /api/cliente/clientes_ativos_vips(.:format) api/cliente#clientes_ativos_vips
lista_acoes_cliente_api_mobilexml_index_path GET /api/mobilexml/lista_acoes_cliente(.:format) api/mobilexml#lista_acoes_cliente
lista_clientes_credenciador_api_mobilexml_index_path GET /api/mobilexml/lista_clientes_credenciador(.:format) api/mobilexml#lista_clientes_credenciador
lista_agendamento_api_mobilexml_index_path GET /api/mobilexml/lista_agendamento(.:format) api/mobilexml#lista_agendamento
listar_acoes_api_mobilexml_index_path GET /api/mobilexml/listar_acoes(.:format) api/mobilexml#listar_acoes
listar_resultados_api_mobilexml_index_path GET /api/mobilexml/listar_resultados(.:format) api/mobilexml#listar_resultados
lista_solicitacao_cancelamento_api_mobilexml_index_path GET /api/mobilexml/lista_solicitacao_cancelamento(.:format) api/mobilexml#lista_solicitacao_cancelamento
listarClubeTelepesquisaClienteExpirados_api_mobilexml_index_path GET /api/mobilexml/listarClubeTelepesquisaClienteExpirados(.:format) api/mobilexml#listarClubeTelepesquisaClienteExpirados
listarClubeTelepesquisaClienteRevisao_api_mobilexml_index_path GET /api/mobilexml/listarClubeTelepesquisaClienteRevisao(.:format) api/mobilexml#listarClubeTelepesquisaClienteRevisao
quantidadeCupons_api_mobilexml_index_path GET /api/mobilexml/quantidadeCupons(.:format) api/mobilexml#quantidadeCupons
listarCuponsAtivosClube_api_mobilexml_index_path GET /api/mobilexml/listarCuponsAtivosClube(.:format) api/mobilexml#listarCuponsAtivosClube
listarClubeTelepesquisaCliente_api_mobilexml_index_path GET /api/mobilexml/listarClubeTelepesquisaCliente(.:format) api/mobilexml#listarClubeTelepesquisaCliente
listarClubeTelepesquisaCliente2_api_mobilexml_index_path GET /api/mobilexml/listarClubeTelepesquisaCliente2(.:format) api/mobilexml#listarClubeTelepesquisaCliente2
listarContatos_api_mobilexml_index_path GET /api/mobilexml/listarContatos(.:format) api/mobilexml#listarContatos
detalheNoticiaCliente_api_mobilexml_index_path GET /api/mobilexml/detalheNoticiaCliente(.:format) api/mobilexml#detalheNoticiaCliente
listaNoticiaCliente_api_mobilexml_index_path GET /api/mobilexml/listaNoticiaCliente(.:format) api/mobilexml#listaNoticiaCliente
listaBannerClube_api_mobilexml_index_path GET /api/mobilexml/listaBannerClube(.:format) api/mobilexml#listaBannerClube
listar_cupons_utilizados_api_mobilexml_index_path GET /api/mobilexml/listar_cupons_utilizados(.:format) api/mobilexml#listar_cupons_utilizados
listar_clube_telepesquisa_mais_procurados_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_mais_procurados(.:format) api/mobilexml#listar_clube_telepesquisa_mais_procurados
listar_clube_telepesquisa_mais_procurados_2_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_mais_procurados_2(.:format) api/mobilexml#listar_clube_telepesquisa_mais_procurados_2
listar_categorias_clube_api_mobilexml_index_path GET /api/mobilexml/listar_categorias_clube(.:format) api/mobilexml#listar_categorias_clube
listar_clube_telepesquisa_categoria_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_categoria(.:format) api/mobilexml#listar_clube_telepesquisa_categoria
listar_clube_telepesquisa_categoria_2_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_categoria_2(.:format) api/mobilexml#listar_clube_telepesquisa_categoria_2
listar_clube_telepesquisa_proximidades_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_proximidades(.:format) api/mobilexml#listar_clube_telepesquisa_proximidades
listar_clube_telepesquisa_mais_recente_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_mais_recente(.:format) api/mobilexml#listar_clube_telepesquisa_mais_recente
listar_clube_telepesquisa_mais_recente_2_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_mais_recente_2(.:format) api/mobilexml#listar_clube_telepesquisa_mais_recente_2
listar_cupons_inativos_api_mobilexml_index_path GET /api/mobilexml/listar_cupons_inativos(.:format) api/mobilexml#listar_cupons_inativos
listar_cupons_ativos_api_mobilexml_index_path GET /api/mobilexml/listar_cupons_ativos(.:format) api/mobilexml#listar_cupons_ativos
listar_cupons_ativos_2_api_mobilexml_index_path GET /api/mobilexml/listar_cupons_ativos_2(.:format) api/mobilexml#listar_cupons_ativos_2
detalhar_clube_telepesquisa_api_mobilexml_index_path GET /api/mobilexml/detalhar_clube_telepesquisa(.:format) api/mobilexml#detalhar_clube_telepesquisa
detalhar_clube_telepesquisa_2_api_mobilexml_index_path GET /api/mobilexml/detalhar_clube_telepesquisa_2(.:format) api/mobilexml#detalhar_clube_telepesquisa_2
listar_clube_telepesquisa_home_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_home(.:format) api/mobilexml#listar_clube_telepesquisa_home
listar_clube_telepesquisa_home_2_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_home_2(.:format) api/mobilexml#listar_clube_telepesquisa_home_2
listar_clube_telepesquisa_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa(.:format) api/mobilexml#listar_clube_telepesquisa
listar_clube_telepesquisa_2_api_mobilexml_index_path GET /api/mobilexml/listar_clube_telepesquisa_2(.:format) api/mobilexml#listar_clube_telepesquisa_2
listaCinemaNovo_api_mobilexml_index_path GET /api/mobilexml/listaCinemaNovo(.:format) api/mobilexml#listaCinemaNovo
listaFiliais_api_mobilexml_index_path GET /api/mobilexml/listaFiliais(.:format) api/mobilexml#listaFiliais
listaPromocaoCliente_api_mobilexml_index_path GET /api/mobilexml/listaPromocaoCliente(.:format) api/mobilexml#listaPromocaoCliente
buscaSorteio_api_mobilexml_index_path GET /api/mobilexml/buscaSorteio(.:format) api/mobilexml#buscaSorteio
clientesSimilares_api_mobilexml_index_path GET /api/mobilexml/clientesSimilares(.:format) api/mobilexml#clientesSimilares
detalheNoticiaApp_api_mobilexml_index_path GET /api/mobilexml/detalheNoticiaApp(.:format) api/mobilexml#detalheNoticiaApp
listaNoticiaApp_api_mobilexml_index_path GET /api/mobilexml/listaNoticiaApp(.:format) api/mobilexml#listaNoticiaApp
buscaPromocaoGeral_api_mobilexml_index_path GET /api/mobilexml/buscaPromocaoGeral(.:format) api/mobilexml#buscaPromocaoGeral
listaTodosSorteios_api_mobilexml_index_path GET /api/mobilexml/listaTodosSorteios(.:format) api/mobilexml#listaTodosSorteios
listaSorteioParticipado_api_mobilexml_index_path GET /api/mobilexml/listaSorteioParticipado(.:format) api/mobilexml#listaSorteioParticipado
listaSorteioParticipando_api_mobilexml_index_path GET /api/mobilexml/listaSorteioParticipando(.:format) api/mobilexml#listaSorteioParticipando
listaPromocaoGeral_api_mobilexml_index_path GET /api/mobilexml/listaPromocaoGeral(.:format) api/mobilexml#listaPromocaoGeral
detalhePromocaoCinema_api_mobilexml_index_path GET /api/mobilexml/detalhePromocaoCinema(.:format) api/mobilexml#detalhePromocaoCinema
listaCinema_api_mobilexml_index_path GET /api/mobilexml/listaCinema(.:format) api/mobilexml#listaCinema
listaPromoCinemaCliente_api_mobilexml_index_path GET /api/mobilexml/listaPromoCinemaCliente(.:format) api/mobilexml#listaPromoCinemaCliente
detalheDesconto_api_mobilexml_index_path GET /api/mobilexml/detalheDesconto(.:format) api/mobilexml#detalheDesconto
listaBannerDesconto_api_mobilexml_index_path GET /api/mobilexml/listaBannerDesconto(.:format) api/mobilexml#listaBannerDesconto
buscaFilmesPorCinema_api_mobilexml_index_path GET /api/mobilexml/buscaFilmesPorCinema(.:format) api/mobilexml#buscaFilmesPorCinema
listaFilmesPorCinema_api_mobilexml_index_path GET /api/mobilexml/listaFilmesPorCinema(.:format) api/mobilexml#listaFilmesPorCinema
buscaNoticia_api_mobilexml_index_path GET /api/mobilexml/buscaNoticia(.:format) api/mobilexml#buscaNoticia
listaBannerApp_api_mobilexml_index_path GET /api/mobilexml/listaBannerApp(.:format) api/mobilexml#listaBannerApp
listaPromocaoDestaque_api_mobilexml_index_path GET /api/mobilexml/listaPromocaoDestaque(.:format) api/mobilexml#listaPromocaoDestaque
detalheAgenda_api_mobilexml_index_path GET /api/mobilexml/detalheAgenda(.:format) api/mobilexml#detalheAgenda
buscaAgenda_api_mobilexml_index_path GET /api/mobilexml/buscaAgenda(.:format) api/mobilexml#buscaAgenda
buscaFilme_api_mobilexml_index_path GET /api/mobilexml/buscaFilme(.:format) api/mobilexml#buscaFilme
detalheNoticia_api_mobilexml_index_path GET /api/mobilexml/detalheNoticia(.:format) api/mobilexml#detalheNoticia
detalheFilme_api_mobilexml_index_path GET /api/mobilexml/detalheFilme(.:format) api/mobilexml#detalheFilme
buscaAlbum_api_mobilexml_index_path GET /api/mobilexml/buscaAlbum(.:format) api/mobilexml#buscaAlbum
buscaTeleguia_api_mobilexml_index_path GET /api/mobilexml/buscaTeleguia(.:format) api/mobilexml#buscaTeleguia
buscaEmpNovo_api_mobilexml_index_path GET /api/mobilexml/buscaEmpNovo(.:format) api/mobilexml#buscaEmpNovo
listaTimeMania_api_mobilexml_index_path GET /api/mobilexml/listaTimeMania(.:format) api/mobilexml#listaTimeMania
listaQuina_api_mobilexml_index_path GET /api/mobilexml/listaQuina(.:format) api/mobilexml#listaQuina
listaLotoMania_api_mobilexml_index_path GET /api/mobilexml/listaLotoMania(.:format) api/mobilexml#listaLotoMania
listaLotoFacil_api_mobilexml_index_path GET /api/mobilexml/listaLotoFacil(.:format) api/mobilexml#listaLotoFacil
listaLoteriaFederal_api_mobilexml_index_path GET /api/mobilexml/listaLoteriaFederal(.:format) api/mobilexml#listaLoteriaFederal
listaDuplaSena_api_mobilexml_index_path GET /api/mobilexml/listaDuplaSena(.:format) api/mobilexml#listaDuplaSena
listaMegaSena_api_mobilexml_index_path GET /api/mobilexml/listaMegaSena(.:format) api/mobilexml#listaMegaSena
detalheTabuaMareData_api_mobilexml_index_path GET /api/mobilexml/detalheTabuaMareData(.:format) api/mobilexml#detalheTabuaMareData
detalheTabuaMare_api_mobilexml_index_path GET /api/mobilexml/detalheTabuaMare(.:format) api/mobilexml#detalheTabuaMare
detalheHoroscopo_api_mobilexml_index_path GET /api/mobilexml/detalheHoroscopo(.:format) api/mobilexml#detalheHoroscopo
detalheSorteioEmpresa_api_mobilexml_index_path GET /api/mobilexml/detalheSorteioEmpresa(.:format) api/mobilexml#detalheSorteioEmpresa
detalheTeleguia_api_mobilexml_index_path GET /api/mobilexml/detalheTeleguia(.:format) api/mobilexml#detalheTeleguia
listaTeleguia_api_mobilexml_index_path GET /api/mobilexml/listaTeleguia(.:format) api/mobilexml#listaTeleguia
locaisProximosNovo_api_mobilexml_index_path GET /api/mobilexml/locaisProximosNovo(.:format) api/mobilexml#locaisProximosNovo
listaClienteAncora_api_mobilexml_index_path GET /api/mobilexml/listaClienteAncora(.:format) api/mobilexml#listaClienteAncora
listaEmpresaCategoria_api_mobilexml_index_path GET /api/mobilexml/listaEmpresaCategoria(.:format) api/mobilexml#listaEmpresaCategoria
listaFilmesPorTitulo_api_mobilexml_index_path GET /api/mobilexml/listaFilmesPorTitulo(.:format) api/mobilexml#listaFilmesPorTitulo
listaFilmes_api_mobilexml_index_path GET /api/mobilexml/listaFilmes(.:format) api/mobilexml#listaFilmes
listaNoticias_api_mobilexml_index_path GET /api/mobilexml/listaNoticias(.:format) api/mobilexml#listaNoticias
listaPromoApp_api_mobilexml_index_path GET /api/mobilexml/listaPromoApp(.:format) api/mobilexml#listaPromoApp
detalheNovo_api_mobilexml_index_path GET /api/mobilexml/detalheNovo(.:format) api/mobilexml#detalheNovo
detalheAlbum_api_mobilexml_index_path GET /api/mobilexml/detalheAlbum(.:format) api/mobilexml#detalheAlbum
detalhePromocao_api_mobilexml_index_path GET /api/mobilexml/detalhePromocao(.:format) api/mobilexml#detalhePromocao
listaalbum_api_mobilexml_index_path GET /api/mobilexml/listaalbum(.:format) api/mobilexml#listaalbum
detalhe_api_mobilexml_index_path GET /api/mobilexml/detalhe(.:format) api/mobilexml#detalhe
buscaRes_api_mobilexml_index_path GET /api/mobilexml/buscaRes(.:format) api/mobilexml#buscaRes
buscaEmp_api_mobilexml_index_path GET /api/mobilexml/buscaEmp(.:format) api/mobilexml#buscaEmp
buscaCat_api_mobilexml_index_path GET /api/mobilexml/buscaCat(.:format) api/mobilexml#buscaCat
buscaCategEmp_api_mobilexml_index_path GET /api/mobilexml/buscaCategEmp(.:format) api/mobilexml#buscaCategEmp
clienteEndereco_api_mobilexml_index_path GET /api/mobilexml/clienteEndereco(.:format) api/mobilexml#clienteEndereco
buscaRapidos_api_mobilexml_index_path GET /api/mobilexml/buscaRapidos(.:format) api/mobilexml#buscaRapidos
locaisProximos_api_mobilexml_index_path GET /api/mobilexml/locaisProximos(.:format) api/mobilexml#locaisProximos
cadastrarAvaliacaoEmpresa_api_mobilexml_index_path GET /api/mobilexml/cadastrarAvaliacaoEmpresa(.:format) api/mobilexml#cadastrarAvaliacaoEmpresa
promocoes_api_mobilexml_index_path GET /api/mobilexml/promocoes(.:format) api/mobilexml#promocoes
eventoAcessar_api_mobilexml_index_path GET /api/mobilexml/eventoAcessar(.:format) api/mobilexml#eventoAcessar
eventoList_api_mobilexml_index_path GET /api/mobilexml/eventoList(.:format) api/mobilexml#eventoList
coberturaAcessar_api_mobilexml_index_path GET /api/mobilexml/coberturaAcessar(.:format) api/mobilexml#coberturaAcessar
coberturaList_api_mobilexml_index_path GET /api/mobilexml/coberturaList(.:format) api/mobilexml#coberturaList
revistaAcessar_api_mobilexml_index_path GET /api/mobilexml/revistaAcessar(.:format) api/mobilexml#revistaAcessar
revistaList_api_mobilexml_index_path GET /api/mobilexml/revistaList(.:format) api/mobilexml#revistaList
paginaAcessar_api_mobilexml_index_path GET /api/mobilexml/paginaAcessar(.:format) api/mobilexml#paginaAcessar
cinemaLogo_api_mobilexml_index_path GET /api/mobilexml/cinemaLogo(.:format) api/mobilexml#cinemaLogo
cinemaLogoImg_api_mobilexml_index_path GET /api/mobilexml/cinemaLogoImg(.:format) api/mobilexml#cinemaLogoImg
categorias_api_mobilexml_index_path GET /api/mobilexml/categorias(.:format) api/mobilexml#categorias
categoriaEmpresas_api_mobilexml_index_path GET /api/mobilexml/categoriaEmpresas(.:format) api/mobilexml#categoriaEmpresas
segmentos_com_promocao_api_mobilexml_index_path GET /api/mobilexml/segmentos_com_promocao(.:format) api/mobilexml#segmentos_com_promocao
empresas_com_promocoes_no_segmento_api_mobilexml_index_path GET /api/mobilexml/empresas_com_promocoes_no_segmento(.:format) api/mobilexml#empresas_com_promocoes_no_segmento
busca_promocoes_api_mobilexml_index_path GET /api/mobilexml/busca_promocoes(.:format) api/mobilexml#busca_promocoes
eventoCulturalImagens_api_mobilexml_index_path GET /api/mobilexml/eventoCulturalImagens(.:format) api/mobilexml#eventoCulturalImagens
coberturaImagens_api_mobilexml_index_path GET /api/mobilexml/coberturaImagens(.:format) api/mobilexml#coberturaImagens
revista_capa_api_mobilexml_index_path GET /api/mobilexml/revista_capa(.:format) api/mobilexml#revista_capa
promocoes_no_segmento_api_mobilexml_index_path GET /api/mobilexml/promocoes_no_segmento(.:format) api/mobilexml#promocoes_no_segmento
api_mobilexml_index_path GET /api/mobilexml(.:format) api/mobilexml#index
POST /api/mobilexml(.:format) api/mobilexml#create
new_api_mobilexml_path GET /api/mobilexml/new(.:format) api/mobilexml#new
edit_api_mobilexml_path GET /api/mobilexml/:id/edit(.:format) api/mobilexml#edit
api_mobilexml_path GET /api/mobilexml/:id(.:format) api/mobilexml#show
PATCH /api/mobilexml/:id(.:format) api/mobilexml#update
PUT /api/mobilexml/:id(.:format) api/mobilexml#update
DELETE /api/mobilexml/:id(.:format) api/mobilexml#destroy
cliente_buscar_api_mobile_index_path GET /api/mobile/cliente_buscar(.:format) api/mobile#cliente_buscar
cliente_detalhar_api_mobile_index_path GET /api/mobile/cliente_detalhar(.:format) api/mobile#cliente_detalhar
cliente_por_tipo_api_mobile_index_path GET /api/mobile/cliente_por_tipo(.:format) api/mobile#cliente_por_tipo
cinema_listar_api_mobile_index_path GET /api/mobile/cinema_listar(.:format) api/mobile#cinema_listar
filme_listar_api_mobile_index_path GET /api/mobile/filme_listar(.:format) api/mobile#filme_listar
filme_detalhar_api_mobile_index_path GET /api/mobile/filme_detalhar(.:format) api/mobile#filme_detalhar
signo_detalhar_api_mobile_index_path GET /api/mobile/signo_detalhar(.:format) api/mobile#signo_detalhar
evento_cultural_listar_api_mobile_index_path GET /api/mobile/evento_cultural_listar(.:format) api/mobile#evento_cultural_listar
evento_cultural_detalhar_api_mobile_index_path GET /api/mobile/evento_cultural_detalhar(.:format) api/mobile#evento_cultural_detalhar
locais_proximos_api_mobile_index_path GET /api/mobile/locais_proximos(.:format) api/mobile#locais_proximos
revista_listar_api_mobile_index_path GET /api/mobile/revista_listar(.:format) api/mobile#revista_listar
revista_detalhar_api_mobile_index_path GET /api/mobile/revista_detalhar(.:format) api/mobile#revista_detalhar
api_mobile_index_path GET /api/mobile(.:format) api/mobile#index
POST /api/mobile(.:format) api/mobile#create
new_api_mobile_path GET /api/mobile/new(.:format) api/mobile#new
edit_api_mobile_path GET /api/mobile/:id/edit(.:format) api/mobile#edit
api_mobile_path GET /api/mobile/:id(.:format) api/mobile#show
PATCH /api/mobile/:id(.:format) api/mobile#update
PUT /api/mobile/:id(.:format) api/mobile#update
DELETE /api/mobile/:id(.:format) api/mobile#destroy
loginApp_api_executivo_index_path GET /api/executivo/loginApp(.:format) api/executivo#loginApp
api_executivo_index_path GET /api/executivo(.:format) api/executivo#index
POST /api/executivo(.:format) api/executivo#create
new_api_executivo_path GET /api/executivo/new(.:format) api/executivo#new
edit_api_executivo_path GET /api/executivo/:id/edit(.:format) api/executivo#edit
api_executivo_path GET /api/executivo/:id(.:format) api/executivo#show
PATCH /api/executivo/:id(.:format) api/executivo#update
PUT /api/executivo/:id(.:format) api/executivo#update
DELETE /api/executivo/:id(.:format) api/executivo#destroy
cadastrar_api_atividade_admins_path GET|POST /api/atividade_admins/cadastrar(.:format) api/atividade_admins#cadastrar
api_atividade_admins_path GET /api/atividade_admins(.:format) api/atividade_admins#index
POST /api/atividade_admins(.:format) api/atividade_admins#create
new_api_atividade_admim_path GET /api/atividade_admins/new(.:format) api/atividade_admins#new
edit_api_atividade_admim_path GET /api/atividade_admins/:id/edit(.:format) api/atividade_admins#edit
api_atividade_admim_path GET /api/atividade_admins/:id(.:format) api/atividade_admins#show
PATCH /api/atividade_admins/:id(.:format) api/atividade_admins#update
PUT /api/atividade_admins/:id(.:format) api/atividade_admins#update
DELETE /api/atividade_admins/:id(.:format) api/atividade_admins#destroy
new_cliente_usuario_session_path GET /meu_cadastro/cliente_usuarios/sign_in(.:format) devise/sessions#new
cliente_usuario_session_path POST /meu_cadastro/cliente_usuarios/sign_in(.:format) devise/sessions#create
destroy_cliente_usuario_session_path DELETE /meu_cadastro/cliente_usuarios/sign_out(.:format) devise/sessions#destroy
cliente_usuario_password_path POST /meu_cadastro/cliente_usuarios/password(.:format) devise/passwords#create
new_cliente_usuario_password_path GET /meu_cadastro/cliente_usuarios/password/new(.:format) devise/passwords#new
edit_cliente_usuario_password_path GET /meu_cadastro/cliente_usuarios/password/edit(.:format) devise/passwords#edit
PATCH /meu_cadastro/cliente_usuarios/password(.:format) devise/passwords#update
PUT /meu_cadastro/cliente_usuarios/password(.:format) devise/passwords#update
cancel_cliente_usuario_registration_path GET /meu_cadastro/cliente_usuarios/cancel(.:format) devise/registrations#cancel
cliente_usuario_registration_path POST /meu_cadastro/cliente_usuarios(.:format) devise/registrations#create
new_cliente_usuario_registration_path GET /meu_cadastro/cliente_usuarios/sign_up(.:format) devise/registrations#new
edit_cliente_usuario_registration_path GET /meu_cadastro/cliente_usuarios/edit(.:format) devise/registrations#edit
PATCH /meu_cadastro/cliente_usuarios(.:format) devise/registrations#update
PUT /meu_cadastro/cliente_usuarios(.:format) devise/registrations#update
DELETE /meu_cadastro/cliente_usuarios(.:format) devise/registrations#destroy
meu_cadastro_path GET /meu_cadastro/lista_cupons/:id(.:format) meu_cadastro/clube_telepesquisas#lista_cupons
GET /meu_cadastro/usar_cupom/:id(.:format) meu_cadastro/clube_telepesquisas#usar_cupom
GET /meu_cadastro/cupons_validos/:id(.:format) meu_cadastro/clube_telepesquisas#cupons_validos
meu_cadastro_ofertas_em_revisao_path GET /meu_cadastro/ofertas_em_revisao(.:format) meu_cadastro/clube_telepesquisas#ofertas_em_revisao
GET /meu_cadastro/album_clubes/:id/new(.:format) meu_cadastro/album_clubes#new
meu_cadastro_album_clubes_path GET /meu_cadastro/album_clubes(.:format) meu_cadastro/album_clubes#index
POST /meu_cadastro/album_clubes(.:format) meu_cadastro/album_clubes#create
new_meu_cadastro_album_clube_path GET /meu_cadastro/album_clubes/new(.:format) meu_cadastro/album_clubes#new
edit_meu_cadastro_album_clube_path GET /meu_cadastro/album_clubes/:id/edit(.:format) meu_cadastro/album_clubes#edit
meu_cadastro_album_clube_path GET /meu_cadastro/album_clubes/:id(.:format) meu_cadastro/album_clubes#show
PATCH /meu_cadastro/album_clubes/:id(.:format) meu_cadastro/album_clubes#update
PUT /meu_cadastro/album_clubes/:id(.:format) meu_cadastro/album_clubes#update
DELETE /meu_cadastro/album_clubes/:id(.:format) meu_cadastro/album_clubes#destroy
meu_cadastro_clube_telepesquisas_path GET /meu_cadastro/clube_telepesquisas(.:format) meu_cadastro/clube_telepesquisas#index
POST /meu_cadastro/clube_telepesquisas(.:format) meu_cadastro/clube_telepesquisas#create
new_meu_cadastro_clube_telepesquisa_path GET /meu_cadastro/clube_telepesquisas/new(.:format) meu_cadastro/clube_telepesquisas#new
edit_meu_cadastro_clube_telepesquisa_path GET /meu_cadastro/clube_telepesquisas/:id/edit(.:format) meu_cadastro/clube_telepesquisas#edit
meu_cadastro_clube_telepesquisa_path GET /meu_cadastro/clube_telepesquisas/:id(.:format) meu_cadastro/clube_telepesquisas#show
PATCH /meu_cadastro/clube_telepesquisas/:id(.:format) meu_cadastro/clube_telepesquisas#update
PUT /meu_cadastro/clube_telepesquisas/:id(.:format) meu_cadastro/clube_telepesquisas#update
DELETE /meu_cadastro/clube_telepesquisas/:id(.:format) meu_cadastro/clube_telepesquisas#destroy
meu_cadastro_clubes_path GET /meu_cadastro/clubes(.:format) meu_cadastro/clube_telepesquisas#index
meu_cadastro_root_path GET /meu_cadastro(.:format) meu_cadastro/dados#index
meu_cadastro_ofertas_inativas_path GET /meu_cadastro/ofertas_inativas(.:format) meu_cadastro/clube_telepesquisas#ofertas_inativas
meu_cadastro_ofertas_ativas_path GET /meu_cadastro/ofertas_ativas(.:format) meu_cadastro/clube_telepesquisas#ofertas_ativas
meu_cadastro_solicitar_acesso_path GET /meu_cadastro/solicitar_acesso(.:format) meu_cadastro/meu_cadastro#solicitar_acesso
meu_cadastro_enviar_email_acesso_path POST /meu_cadastro/enviar_email_acesso(.:format) meu_cadastro/meu_cadastro#enviar_email_acesso
meu_cadastro_home_path GET /meu_cadastro/dados/index(.:format) meu_cadastro/dados#index
meu_cadastro_acoes_path GET /meu_cadastro/acoes(.:format) meu_cadastro/acoes#index
GET /meu_cadastro/atividades(/:q)(.:format) meu_cadastro/meu_cadastro#atividades
meu_cadastro_promocoes_path GET /meu_cadastro/promocoes(.:format) meu_cadastro/promocoes#index
POST /meu_cadastro/promocoes(.:format) meu_cadastro/promocoes#create
new_meu_cadastro_promocao_path GET /meu_cadastro/promocoes/new(.:format) meu_cadastro/promocoes#new
edit_meu_cadastro_promocao_path GET /meu_cadastro/promocoes/:id/edit(.:format) meu_cadastro/promocoes#edit
meu_cadastro_promocao_path GET /meu_cadastro/promocoes/:id(.:format) meu_cadastro/promocoes#show
PATCH /meu_cadastro/promocoes/:id(.:format) meu_cadastro/promocoes#update
PUT /meu_cadastro/promocoes/:id(.:format) meu_cadastro/promocoes#update
DELETE /meu_cadastro/promocoes/:id(.:format) meu_cadastro/promocoes#destroy
meu_cadastro_revista_path GET /meu_cadastro/revista(.:format) meu_cadastro/revistas#index
meu_cadastro_boleto_path GET /meu_cadastro/boleto(.:format) meu_cadastro/boletos#index
meu_cadastro_contato_path GET /meu_cadastro/contato(.:format) meu_cadastro/contato#index
meu_cadastro_contato_contatar_path POST /meu_cadastro/contato/contatar(.:format) meu_cadastro/contato#contatar
GET /meu_cadastro/editar-senha(.:format) meu_cadastro/dados#editar_senha
POST|PUT|PATCH /meu_cadastro/alterar-senha(.:format) meu_cadastro/dados#alterar_senha
meu_cadastro_alterar_path POST|PUT|PATCH /meu_cadastro/dados/alterar(.:format) meu_cadastro/dados#alterar
meu_cadastro_remover_imagem_path DELETE /meu_cadastro/dados/remover_imagem/:id(.:format) meu_cadastro/dados#remover_imagem
GET /meu_cadastro/alterar-unidade/:digito(.:format) meu_cadastro/dados#alterar_unidade
cadastrar_comentario_meu_cadastro_arte_path POST /meu_cadastro/artes/:id/cadastrar_comentario(.:format) meu_cadastro/artes#cadastrar_comentario
meu_cadastro_artes_path GET /meu_cadastro/artes(.:format) meu_cadastro/artes#index
POST /meu_cadastro/artes(.:format) meu_cadastro/artes#create
new_meu_cadastro_arte_path GET /meu_cadastro/artes/new(.:format) meu_cadastro/artes#new
edit_meu_cadastro_arte_path GET /meu_cadastro/artes/:id/edit(.:format) meu_cadastro/artes#edit
meu_cadastro_arte_path GET /meu_cadastro/artes/:id(.:format) meu_cadastro/artes#show
PATCH /meu_cadastro/artes/:id(.:format) meu_cadastro/artes#update
PUT /meu_cadastro/artes/:id(.:format) meu_cadastro/artes#update
DELETE /meu_cadastro/artes/:id(.:format) meu_cadastro/artes#destroy
concorrer_vip_path GET /concorrer/vip(.:format) vips#index
GET /concorrer/vip/:id(.:format) vips#index
GET /vip/:id(.:format) redirect(301, http://www.telepesquisa.com.br/concorrer/vip/%{id})
responsable_add_path POST /new_api/responsable/add(.:format) new_api/responsables#add_resp
responsable_update_path POST /new_api/responsable/update(.:format) new_api/responsables#update_responsable
cliente_add_path POST /new_api/cliente/add(.:format) new_api/clientesapi#add_cliente
cliente_add_cadastro_path POST /new_api/cliente/add_cadastro(.:format) new_api/clientesapi#add_cadastro
consumidor_add_path POST /new_api/consumidor/add(.:format) new_api/consumidoresapi#add_consumidor
GET /new_api/mobile/search/:uf/category/:categoria_id/description/:q(/:page(/:per_page))(.:format) empresas#busca_mob_json {:q=>/[^\/]+/}
GET /new_api/mobile/search/:uf/category/:categoria_id(/:page(/:per_page))(.:format) empresas#busca_mob_json
GET /new_api/mobile/search/:uf/:cidade/category/:categoria_id/description/:q(/:page(/:per_page))(.:format) empresas#busca_mob_json {:q=>/[^\/]+/}
GET /new_api/mobile/search/:uf/:cidade/category/:categoria_id(/:page(/:per_page))(.:format) empresas#busca_mob_json
GET /new_api/mobile/search_companies/:uf/:cidade(/:page(/:per_page))(.:format) empresas#busca_mob_json
GET /new_api/mobile/search/:uf/subcategory/:subcategoria_id(/:page(/:per_page))(.:format) empresas#busca_mob_json
GET /new_api/mobile/search/region/:uf/:q(/:page(/:per_page))(.:format) empresas#busca_mob_json {:q=>/[^\/]+/}
GET /new_api/mobile/search/:uf/:cidade/:q(/:page(/:per_page))(.:format) empresas#busca_mob_json {:q=>/[^\/]+/}
GET /new_api/mobile/:uf(/:q(/:page(/:per_page)))(.:format) empresas#busca_mob_json
GET /new_api/search/:uf/category/:categoria_id(/:page(/:per_page))(.:format) empresas#busca_json
GET /new_api/search_companies/:uf/:cidade(/:page(/:per_page))(.:format) empresas#busca_json
GET /new_api/search/region/:uf(/:page(/:per_page))(.:format) empresas#busca_json
GET /new_api/search/:uf/:cidade/category/:categoria_id(/:page(/:per_page))(.:format) empresas#busca_json
GET /new_api/search/:uf/subcategory/:subcategoria_id(/:page(/:per_page))(.:format) empresas#busca_json
GET /new_api/search/:uf/:cidade/category/:categoria_id/:q(/:page(/:per_page))(.:format) empresas#busca_json {:q=>/[^\/]+/}
GET /new_api/search/:uf/category/:categoria_id/:q(/:page(/:per_page))(.:format) empresas#busca_json {:q=>/[^\/]+/}
GET /new_api/search/:uf/:q(/:page(/:per_page))(.:format) empresas#busca_json {:q=>/[^\/]+/}
GET /new_api/search/:uf/:cidade/:q(/:page(/:per_page))(.:format) empresas#busca_json {:q=>/[^\/]+/}
GET /new_api/cities/region(/:uf)(.:format) new_api/cities#list
new_api_cities_path GET /new_api/cities(.:format) new_api/cities#index
POST /new_api/cities(.:format) new_api/cities#create
new_new_api_citie_path GET /new_api/cities/new(.:format) new_api/cities#new
edit_new_api_citie_path GET /new_api/cities/:id/edit(.:format) new_api/cities#edit
new_api_citie_path GET /new_api/cities/:id(.:format) new_api/cities#show
PATCH /new_api/cities/:id(.:format) new_api/cities#update
PUT /new_api/cities/:id(.:format) new_api/cities#update
DELETE /new_api/cities/:id(.:format) new_api/cities#destroy
GET /new_api/offers/random/region/:uf(/:page(/:per_page))(.:format) new_api/offers#random
GET /new_api/offers/random/region/:uf/city/:city(/:page(/:per_page))(.:format) new_api/offers#random
GET /new_api/offers/main_offers/region/:uf/city/:city(/:page(/:per_page))(.:format) new_api/offers#main_offers
GET /new_api/offers/main_offers/region/:uf/category/:category(/:page(/:per_page))(.:format) new_api/offers#main_offers
GET /new_api/offers/main_offers/region/:uf(/:page(/:per_page))(.:format) new_api/offers#main_offers
GET /new_api/offers/main_offers/:uf/:city/category/:category_id(/:page(/:per_page))(.:format) new_api/offers#main_offers
GET /new_api/offers/main_offers/:uf/:city/:subcategory_id(/:page(/:per_page))(.:format) new_api/offers#main_offers
GET /new_api/offers/by_description/:description/region/:uf/city/:city(/:page(/:per_page))(.:format) new_api/offers#by_description
GET /new_api/offers/by_description/:description/region/:uf(/:page(/:per_page))(.:format) new_api/offers#by_description
GET /new_api/offers/by_description/:description(/:uf(/:city(/:subcategory_id(/:page(/:per_page)))))(.:format) new_api/offers#by_description
GET /new_api/offers/most_recently(/:state(/:city))(.:format) new_api/offers#most_recently
GET /new_api/offers/all_group_by_category(/:state(/:city))(.:format) new_api/offers#all_group_by_category
GET /new_api/offers/most_generated_cupons(/:state(/:city))(.:format) new_api/offers#most_generated_cupons
GET /new_api/offers/banners_offers/:uf(.:format) new_api/offers#banners
GET /new_api/offers/banner/:id(.:format) new_api/offers#banner
GET /new_api/offers/offers_by_companies_subcategory/:companies_id(/:description)(.:format) new_api/offers#offers_by_companies_subcategory
GET /new_api/offers/offers_by_companies_category/:companies_id(.:format) new_api/offers#offers_by_companies_category
list_nearby_new_api_offers_path GET /new_api/offers/list_nearby(.:format) new_api/offers#list_nearby
new_api_offers_path GET /new_api/offers(.:format) new_api/offers#index
POST /new_api/offers(.:format) new_api/offers#create
new_new_api_offer_path GET /new_api/offers/new(.:format) new_api/offers#new
edit_new_api_offer_path GET /new_api/offers/:id/edit(.:format) new_api/offers#edit
new_api_offer_path GET /new_api/offers/:id(.:format) new_api/offers#show
PATCH /new_api/offers/:id(.:format) new_api/offers#update
PUT /new_api/offers/:id(.:format) new_api/offers#update
DELETE /new_api/offers/:id(.:format) new_api/offers#destroy
list_new_api_categories_path GET /new_api/categories/list(.:format) new_api/categories#list
GET /new_api/categories/list/:category_id(.:format) new_api/categories#list
GET /new_api/categories/find_by_name/:category(.:format) new_api/categories#find_by_name
list_categories_and_subcategories_new_api_categories_path GET /new_api/categories/list_categories_and_subcategories(.:format) new_api/categories#list_categories_and_subcategories
GET /new_api/categories/show_by_slug/:category_slug(.:format) new_api/categories#show_by_slug
new_api_categories_path GET /new_api/categories(.:format) new_api/categories#index
POST /new_api/categories(.:format) new_api/categories#create
new_new_api_categorie_path GET /new_api/categories/new(.:format) new_api/categories#new
edit_new_api_categorie_path GET /new_api/categories/:id/edit(.:format) new_api/categories#edit
new_api_categorie_path GET /new_api/categories/:id(.:format) new_api/categories#show
PATCH /new_api/categories/:id(.:format) new_api/categories#update
PUT /new_api/categories/:id(.:format) new_api/categories#update
DELETE /new_api/categories/:id(.:format) new_api/categories#destroy
list_new_api_subcategories_path GET /new_api/subcategories/list(.:format) new_api/subcategories#list
GET /new_api/subcategories/show_by_slug/:slug(.:format) new_api/subcategories#show_by_slug
new_api_subcategories_path GET /new_api/subcategories(.:format) new_api/subcategories#index
POST /new_api/subcategories(.:format) new_api/subcategories#create
new_new_api_subcategorie_path GET /new_api/subcategories/new(.:format) new_api/subcategories#new
edit_new_api_subcategorie_path GET /new_api/subcategories/:id/edit(.:format) new_api/subcategories#edit
new_api_subcategorie_path GET /new_api/subcategories/:id(.:format) new_api/subcategories#show
PATCH /new_api/subcategories/:id(.:format) new_api/subcategories#update
PUT /new_api/subcategories/:id(.:format) new_api/subcategories#update
DELETE /new_api/subcategories/:id(.:format) new_api/subcategories#destroy
GET /new_api/companies/banners_companies/:uf(.:format) new_api/companies#banners
GET /new_api/companies/show_by_name/:description(.:format) new_api/companies#show_by_name
GET /new_api/companies/show_subcategory/:id(.:format) new_api/companies#show_subcategory
GET /new_api/companies/show_offers/:id(.:format) new_api/companies#show_offers
GET /new_api/companies/list_by_category(/:page(/:per_page))(.:format) new_api/companies#list_by_category
GET /new_api/companies/list_images_by_subcategory/:uf(/:subcategory_id)(.:format) new_api/companies#list_images_by_subcategory
GET /new_api/companies/list_offers/:subcategory_id(.:format) new_api/companies#list_offers
GET /new_api/companies/list_by_uf_city/:uf/:city(/:category_id(/:subcategory_id))(.:format) new_api/companies#list_by_uf_city
GET /new_api/companies/list_assessments/:company_id(.:format) new_api/companies#list_assessments
list_nearby_new_api_companies_path GET /new_api/companies/list_nearby(.:format) new_api/companies#list_nearby
GET /new_api/companies/:slug(.:format) new_api/companies#show
GET /new_api/companies/show_by_code/:code(.:format) new_api/companies#show_by_code
list_vip_new_api_companies_path GET /new_api/companies/list/vip(.:format) new_api/companies#show_by_situation
GET /new_api/companies/list_by_category/filter(/:state(/:city))(.:format) new_api/companies#list_by_category
GET /new_api/companies/prioritary_for_subcategory/:subcategory_id(.:format) new_api/companies#prioritary_for_subcategory
GET /new_api/companies/prioritary_for_category/:category_id(.:format) new_api/companies#prioritary_for_category
GET /new_api/companies/prioritary_for_subcategory_tags/:term(.:format) new_api/companies#prioritary_for_subcategory_tags
new_api_companies_path GET /new_api/companies(.:format) new_api/companies#index
POST /new_api/companies(.:format) new_api/companies#create
new_new_api_companie_path GET /new_api/companies/new(.:format) new_api/companies#new
edit_new_api_companie_path GET /new_api/companies/:id/edit(.:format) new_api/companies#edit
new_api_companie_path GET /new_api/companies/:id(.:format) new_api/companies#show
PATCH /new_api/companies/:id(.:format) new_api/companies#update
PUT /new_api/companies/:id(.:format) new_api/companies#update
DELETE /new_api/companies/:id(.:format) new_api/companies#destroy
GET /new_api/events/banners_events/:uf(/:page(/:per_page))(.:format) new_api/events#banners
GET /new_api/events/list/:uf(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/:uf/:month(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/list/:uf/city/:city(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/search/region/:uf/description/:q(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/search/region/:uf/city/:city/description/:q(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/search/region/:uf/city/:city/month/:month/description/:q(/:page(/:per_page))(.:format) new_api/events#list
GET /new_api/events/group_by_date/:uf(/:city)(.:format) new_api/events#group_by_date
new_api_events_path GET /new_api/events(.:format) new_api/events#index
POST /new_api/events(.:format) new_api/events#create
new_new_api_event_path GET /new_api/events/new(.:format) new_api/events#new
edit_new_api_event_path GET /new_api/events/:id/edit(.:format) new_api/events#edit
new_api_event_path GET /new_api/events/:id(.:format) new_api/events#show
PATCH /new_api/events/:id(.:format) new_api/events#update
PUT /new_api/events/:id(.:format) new_api/events#update
DELETE /new_api/events/:id(.:format) new_api/events#destroy
GET /new_api/users/show_user/:id/:type(.:format) new_api/users#show_user
send_email_new_api_users_path POST /new_api/users/send_email(.:format) new_api/users#send_email
new_api_users_path GET /new_api/users(.:format) new_api/users#index
POST /new_api/users(.:format) new_api/users#create
new_new_api_user_path GET /new_api/users/new(.:format) new_api/users#new
edit_new_api_user_path GET /new_api/users/:id/edit(.:format) new_api/users#edit
new_api_user_path GET /new_api/users/:id(.:format) new_api/users#show
PATCH /new_api/users/:id(.:format) new_api/users#update
PUT /new_api/users/:id(.:format) new_api/users#update
DELETE /new_api/users/:id(.:format) new_api/users#destroy
GET /new_api/cinemas/list_all/:uf(/:city)(.:format) new_api/cinemas#list_all
GET /new_api/cinemas/list_all_movies/:uf(/:city)(.:format) new_api/cinemas#list_all_movies
GET /new_api/cinemas/list_all_movies2/:uf(/:city)(.:format) new_api/cinemas#list_all_movies2
new_api_cinemas_path GET /new_api/cinemas(.:format) new_api/cinemas#index
POST /new_api/cinemas(.:format) new_api/cinemas#create
new_new_api_cinema_path GET /new_api/cinemas/new(.:format) new_api/cinemas#new
edit_new_api_cinema_path GET /new_api/cinemas/:id/edit(.:format) new_api/cinemas#edit
new_api_cinema_path GET /new_api/cinemas/:id(.:format) new_api/cinemas#show
PATCH /new_api/cinemas/:id(.:format) new_api/cinemas#update
PUT /new_api/cinemas/:id(.:format) new_api/cinemas#update
DELETE /new_api/cinemas/:id(.:format) new_api/cinemas#destroy
GET /new_api/movies/list_movies_by_cinema/:cinema_id(.:format) new_api/movies#list_movies_by_cinema
GET /new_api/movies/search/region/:uf/description/:description(.:format) new_api/movies#search
GET /new_api/movies/search/region/:uf/cinema/:cinema_id/description/:description(.:format) new_api/movies#search
GET /new_api/movies/search/region/:uf/city/:city/description/:description(.:format) new_api/movies#search
GET /new_api/movies/search/region/:uf/city/:city/cinema/:cinema_id/description/:description(.:format) new_api/movies#search
GET /new_api/movies/list_by_name/region/:uf/slug/:slug(.:format) new_api/movies#list_by_name
GET /new_api/movies/list_by_name/region/:uf/city/:city/slug/:slug(.:format) new_api/movies#list_by_name
GET /new_api/movies/all_movies_group(/:uf)(.:format) new_api/movies#all_movies_group
new_api_movies_path GET /new_api/movies(.:format) new_api/movies#index
POST /new_api/movies(.:format) new_api/movies#create
new_new_api_movie_path GET /new_api/movies/new(.:format) new_api/movies#new
edit_new_api_movie_path GET /new_api/movies/:id/edit(.:format) new_api/movies#edit
new_api_movie_path GET /new_api/movies/:id(.:format) new_api/movies#show
PATCH /new_api/movies/:id(.:format) new_api/movies#update
PUT /new_api/movies/:id(.:format) new_api/movies#update
DELETE /new_api/movies/:id(.:format) new_api/movies#destroy
GET /new_api/photo_albuns/list/:uf(.:format) new_api/photo_albuns#list
new_api_photo_albuns_path GET /new_api/photo_albuns(.:format) new_api/photo_albuns#index
POST /new_api/photo_albuns(.:format) new_api/photo_albuns#create
new_new_api_photo_album_path GET /new_api/photo_albuns/new(.:format) new_api/photo_albuns#new
edit_new_api_photo_album_path GET /new_api/photo_albuns/:id/edit(.:format) new_api/photo_albuns#edit
new_api_photo_album_path GET /new_api/photo_albuns/:id(.:format) new_api/photo_albuns#show
PATCH /new_api/photo_albuns/:id(.:format) new_api/photo_albuns#update
PUT /new_api/photo_albuns/:id(.:format) new_api/photo_albuns#update
DELETE /new_api/photo_albuns/:id(.:format) new_api/photo_albuns#destroy
list_vip_new_api_raffle_index_path GET /new_api/raffle/list/vip(.:format) new_api/raffle#list_vip
new_api_raffle_index_path GET /new_api/raffle(.:format) new_api/raffle#index
POST /new_api/raffle(.:format) new_api/raffle#create
new_new_api_raffle_path GET /new_api/raffle/new(.:format) new_api/raffle#new
edit_new_api_raffle_path GET /new_api/raffle/:id/edit(.:format) new_api/raffle#edit
new_api_raffle_path GET /new_api/raffle/:id(.:format) new_api/raffle#show
PATCH /new_api/raffle/:id(.:format) new_api/raffle#update
PUT /new_api/raffle/:id(.:format) new_api/raffle#update
DELETE /new_api/raffle/:id(.:format) new_api/raffle#destroy
v3_clientes_path GET /v3/clientes(.:format) v3/clientes#index
POST /v3/clientes(.:format) v3/clientes#create
new_v3_cliente_path GET /v3/clientes/new(.:format) v3/clientes#new
edit_v3_cliente_path GET /v3/clientes/:id/edit(.:format) v3/clientes#edit
v3_cliente_path GET /v3/clientes/:id(.:format) v3/clientes#show
PATCH /v3/clientes/:id(.:format) v3/clientes#update
PUT /v3/clientes/:id(.:format) v3/clientes#update
DELETE /v3/clientes/:id(.:format) v3/clientes#destroy
v3_albums_path GET /v3/albums(.:format) v3/albums#index
POST /v3/albums(.:format) v3/albums#create
new_v3_album_path GET /v3/albums/new(.:format) v3/albums#new
edit_v3_album_path GET /v3/albums/:id/edit(.:format) v3/albums#edit
v3_album_path GET /v3/albums/:id(.:format) v3/albums#show
PATCH /v3/albums/:id(.:format) v3/albums#update
PUT /v3/albums/:id(.:format) v3/albums#update
DELETE /v3/albums/:id(.:format) v3/albums#destroy
v3_cities_path GET /v3/cities(.:format) v3/cities#index
POST /v3/cities(.:format) v3/cities#create
new_v3_citie_path GET /v3/cities/new(.:format) v3/cities#new
edit_v3_citie_path GET /v3/cities/:id/edit(.:format) v3/cities#edit
v3_citie_path GET /v3/cities/:id(.:format) v3/cities#show
PATCH /v3/cities/:id(.:format) v3/cities#update
PUT /v3/cities/:id(.:format) v3/cities#update
DELETE /v3/cities/:id(.:format) v3/cities#destroy
banners_v3_events_path GET /v3/events/banners(.:format) v3/events#banners
v3_event_buy_path POST /v3/events/:event_id/buy(.:format) v3/events#buy
v3_events_path GET /v3/events(.:format) v3/events#index
POST /v3/events(.:format) v3/events#create
new_v3_event_path GET /v3/events/new(.:format) v3/events#new
edit_v3_event_path GET /v3/events/:id/edit(.:format) v3/events#edit
v3_event_path GET /v3/events/:id(.:format) v3/events#show
PATCH /v3/events/:id(.:format) v3/events#update
PUT /v3/events/:id(.:format) v3/events#update
DELETE /v3/events/:id(.:format) v3/events#destroy
GET /v3/companies/slug/:slug(.:format) v3/companies#show_by_slug
banners_v3_companies_path GET /v3/companies/banners(.:format) v3/companies#banners
random_logos_v3_companies_path GET /v3/companies/random_logos(.:format) v3/companies#random_logos
subsidiary_v3_companies_path GET /v3/companies/subsidiary(.:format) v3/companies#subsidiary
GET /v3/companies/field_click/:company_id/:field(.:format) v3/companies#field_click
v3_companies_path GET /v3/companies(.:format) v3/companies#index
POST /v3/companies(.:format) v3/companies#create
new_v3_companie_path GET /v3/companies/new(.:format) v3/companies#new
edit_v3_companie_path GET /v3/companies/:id/edit(.:format) v3/companies#edit
v3_companie_path GET /v3/companies/:id(.:format) v3/companies#show
PATCH /v3/companies/:id(.:format) v3/companies#update
PUT /v3/companies/:id(.:format) v3/companies#update
DELETE /v3/companies/:id(.:format) v3/companies#destroy
movies_v3_cinemas_path GET /v3/cinemas/movies(.:format) v3/cinemas#movies
v3_cinemas_path GET /v3/cinemas(.:format) v3/cinemas#index
POST /v3/cinemas(.:format) v3/cinemas#create
new_v3_cinema_path GET /v3/cinemas/new(.:format) v3/cinemas#new
edit_v3_cinema_path GET /v3/cinemas/:id/edit(.:format) v3/cinemas#edit
v3_cinema_path GET /v3/cinemas/:id(.:format) v3/cinemas#show
PATCH /v3/cinemas/:id(.:format) v3/cinemas#update
PUT /v3/cinemas/:id(.:format) v3/cinemas#update
DELETE /v3/cinemas/:id(.:format) v3/cinemas#destroy
by_cinema_v3_movies_path GET /v3/movies/by_cinema(.:format) v3/movies#by_cinema
v3_movies_path GET /v3/movies(.:format) v3/movies#index
POST /v3/movies(.:format) v3/movies#create
new_v3_movie_path GET /v3/movies/new(.:format) v3/movies#new
edit_v3_movie_path GET /v3/movies/:id/edit(.:format) v3/movies#edit
v3_movie_path GET /v3/movies/:id(.:format) v3/movies#show
PATCH /v3/movies/:id(.:format) v3/movies#update
PUT /v3/movies/:id(.:format) v3/movies#update
DELETE /v3/movies/:id(.:format) v3/movies#destroy
fill_db_count_generated_v3_offers_path GET /v3/offers/fill_db_count_generated(.:format) v3/offers#fill_db_count_generated
group_by_category_v3_offers_path GET /v3/offers/group_by_category(.:format) v3/offers#group_by_category
list_v3_offers_path GET /v3/offers/list(.:format) v3/offers#index
v3_offers_path GET /v3/offers(.:format) v3/offers#index
POST /v3/offers(.:format) v3/offers#create
new_v3_offer_path GET /v3/offers/new(.:format) v3/offers#new
edit_v3_offer_path GET /v3/offers/:id/edit(.:format) v3/offers#edit
v3_offer_path GET /v3/offers/:id(.:format) v3/offers#show
PATCH /v3/offers/:id(.:format) v3/offers#update
PUT /v3/offers/:id(.:format) v3/offers#update
DELETE /v3/offers/:id(.:format) v3/offers#destroy
subcategories_v3_categories_path GET /v3/categories/subcategories(.:format) v3/categories#show
v3_categories_path GET /v3/categories(.:format) v3/categories#index
POST /v3/categories(.:format) v3/categories#create
new_v3_categorie_path GET /v3/categories/new(.:format) v3/categories#new
edit_v3_categorie_path GET /v3/categories/:id/edit(.:format) v3/categories#edit
v3_categorie_path GET /v3/categories/:id(.:format) v3/categories#show
PATCH /v3/categories/:id(.:format) v3/categories#update
PUT /v3/categories/:id(.:format) v3/categories#update
DELETE /v3/categories/:id(.:format) v3/categories#destroy
v3_magazines_path GET /v3/magazines(.:format) v3/magazines#index
POST /v3/magazines(.:format) v3/magazines#create
new_v3_magazine_path GET /v3/magazines/new(.:format) v3/magazines#new
edit_v3_magazine_path GET /v3/magazines/:id/edit(.:format) v3/magazines#edit
v3_magazine_path GET /v3/magazines/:id(.:format) v3/magazines#show
PATCH /v3/magazines/:id(.:format) v3/magazines#update
PUT /v3/magazines/:id(.:format) v3/magazines#update
DELETE /v3/magazines/:id(.:format) v3/magazines#destroy
v3_sitemap_companies_path GET /v3/sitemap/companies(.:format) v3/sitemap#companies
GET /v3/seo_infos/cinema(.:format) v3/seo_infos#cinema
GET /v3/seo_infos/event(.:format) v3/seo_infos#event
GET /v3/seo_infos/magazine(.:format) v3/seo_infos#magazine
add_participant_v3_raffles_path GET /v3/raffles/add_participant(.:format) v3/raffles#add_participant
v3_raffles_path GET /v3/raffles(.:format) v3/raffles#index
POST /v3/raffles(.:format) v3/raffles#create
new_v3_raffle_path GET /v3/raffles/new(.:format) v3/raffles#new
edit_v3_raffle_path GET /v3/raffles/:id/edit(.:format) v3/raffles#edit
v3_raffle_path GET /v3/raffles/:id(.:format) v3/raffles#show
PATCH /v3/raffles/:id(.:format) v3/raffles#update
PUT /v3/raffles/:id(.:format) v3/raffles#update
DELETE /v3/raffles/:id(.:format) v3/raffles#destroy
v3_cliente_usuarios_new_path POST /v3/cliente_usuarios/new(.:format) v3/cliente_usuarios#new
Routes for Ckeditor::Engine
pictures_path GET /pictures(.:format) ckeditor/pictures#index
POST /pictures(.:format) ckeditor/pictures#create
pictur_path DELETE /pictures/:id(.:format) ckeditor/pictures#destroy
attachment_files_path GET /attachment_files(.:format) ckeditor/attachment_files#index
POST /attachment_files(.:format) ckeditor/attachment_files#create
attachment_file_path DELETE /attachment_files/:id(.:format) ckeditor/attachment_files#destroy