common/r*: add Korean translation (#14644)
* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
24
pages.ko/common/rails-destroy.md
Normal file
24
pages.ko/common/rails-destroy.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# rails destroy
|
||||
|
||||
> Rails 리소스를 삭제.
|
||||
> 더 많은 정보: <https://guides.rubyonrails.org/command_line.html#bin-rails-destroy>.
|
||||
|
||||
- 삭제 가능한 모든 생성기 나열:
|
||||
|
||||
`rails destroy`
|
||||
|
||||
- Post라는 이름의 모델 삭제:
|
||||
|
||||
`rails destroy model {{Post}}`
|
||||
|
||||
- Posts라는 이름의 컨트롤러 삭제:
|
||||
|
||||
`rails destroy controller {{Posts}}`
|
||||
|
||||
- Posts를 생성하는 마이그레이션 삭제:
|
||||
|
||||
`rails destroy migration {{CreatePosts}}`
|
||||
|
||||
- Post라는 이름의 모델에 대한 스캐폴드 삭제:
|
||||
|
||||
`rails destroy scaffold {{Post}}`
|
Reference in New Issue
Block a user