Route

C code posted
created at 21 Aug 19:09

Edit | Back
1
2
3
4
Rails.application.routes.draw do
  get "/current", controller: :statuses, action: :current
  get "/statuses", controller: :statuses, action: :index
end
156 Bytes in 2 ms with coderay