Files
AmbienteJa/config/routes.rb
2019-05-29 21:06:15 +03:00

11 lines
293 B
Ruby

Rails.application.routes.draw do
devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root to: "page#home"
get '/informativo/:id', to: 'page#informativo'
end