Flowdock
method

view_context_class

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: AbstractController::Rendering
view_context_class() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/rendering.rb, line 67
    def view_context_class
      @view_context_class || self.class.view_context_class
    end
Register or log in to add new notes.