diff options
author | yui-knk <spiketeika@gmail.com> | 2015-10-20 20:24:07 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-10-20 20:24:07 +0900 |
commit | 666e2cc654423ed6b48ed8a1514e4a8ba7089169 (patch) | |
tree | 0734c85ef027d44632a01caa12abd4bcb1440e67 /railties/test/generators/orm_test.rb | |
parent | 9be4ea81846b016752467cb0459fc90e1143ebf3 (diff) | |
download | rails-666e2cc654423ed6b48ed8a1514e4a8ba7089169.tar.gz rails-666e2cc654423ed6b48ed8a1514e4a8ba7089169.tar.bz2 rails-666e2cc654423ed6b48ed8a1514e4a8ba7089169.zip |
[ci skip] Replace "destroy` method" with `destroy` action`
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".
Diffstat (limited to 'railties/test/generators/orm_test.rb')
0 files changed, 0 insertions, 0 deletions