tnandate

Results 3 issues of tnandate

Changes proposed in this pull request: - It was not Code spans and has been corrected.

Hi, thanks for the great example. `AwesomeController::Rendering` is included in `AwesomeController::SuperBase` and `AwesomeController::Base`. In actual Rails, `AbstractController::Rendering` is not included in `ActionController::Metal`, but is included in `ActionController::API` and `ActionController::Base`, which...

Hi, thanks for the great example. In `posts#index` and `awesome/posts#index`, all posts are shown for each post. It seemed to be an unintended behavior, so I changed it to show...