instance method
view_context_class
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v4.0.13Signature
view_context_class()
No documentation comment.
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 63
def view_context_class
@_view_context_class ||= self.class.view_context_class
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering