1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Ryuta Kamizono a52ff1b084 Keep :api: plugin methods in the doc [ci skip]
`:api:` tag was removed in 5349f231 since RDoc doesn't support `:api:`
tag. But those methods are not private API, they are public API for
renderers. The renderers should be able to know that they can override
this method.
2017-10-20 05:47:34 +09:00
..
api Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal Keep :api: plugin methods in the doc [ci skip] 2017-10-20 05:47:34 +09:00
railties Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
api.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
caching.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
form_builder.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
railtie.rb Load Parameters configurations on :action_controller only once 2017-08-14 23:56:13 +02:00
renderer.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
template_assertions.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_case.rb Clarify intentions around method redefinitions 2017-09-01 14:27:13 +09:30