• Y
    [ci skip] Replace "destroy` method" with `destroy` action` · 666e2cc6
    yui-knk 提交于
    Sure this is `destroy` method of PhotosController, but in this chapter
    these methods which mapped by the router are called "action".
    For example:
    
    ```ruby
    get '/patients/:id', to: 'patients#show'
    ```
    
    is described to dispatch "controller's `show` action".
    666e2cc6
routing.md 46.1 KB