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
Aaron Patterson 8611b15924
Only cache the view_context_class in one place
This patch removes the instance writer of view_context_class.
Subclasses may override it, but it doesn't need to be written.  This
also eliminates the need to cache the return value of the class level
`view_context_class` method.
2019-01-18 15:07:22 -08:00
..
abstract_controller Don't use deprecated Module#parents 2018-10-05 09:58:29 +09:00
action_controller Remove args from default_render 2019-01-17 14:33:14 -08:00
action_dispatch Only cache the view_context_class in one place 2019-01-18 15:07:22 -08:00
action_pack Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
abstract_controller.rb Add autoload hook for AbstractController::ActionNotFound 2018-11-28 14:21:19 -05:00
action_controller.rb Include default headers by default in API mode 2018-04-06 15:13:28 -04:00
action_dispatch.rb Bump license years for 2019 2018-12-31 10:24:38 +07:00
action_pack.rb Bump license years for 2019 2018-12-31 10:24:38 +07:00