mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4 lines
162 B
Ruby
4 lines
162 B
Ruby
Rails.application.routes.draw do
|
|
resources :messages
|
|
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
|
|
end
|