Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 274 Bytes

20210531.md

File metadata and controls

13 lines (10 loc) · 274 Bytes

93 - Tyga

2021. 05. 31

  1. rails custom method
    • controller에 cancel이라는 method가 있다고 하면, route에서는
    match "/cancel/:id", to: "controller#cancel", as: :cancel
    
    와 같이 route를 생성해 줄 수 있다.