aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api/with_cookies_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #24239Ryan T. Hosford2016-04-041-0/+21
- skip calling helper_method if it's not there: if we don't have helpers, we needn't define one. - tests that an api controller can include and use ActionController::Cookies