Flowdock
method

view_paths=

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Base
view_paths=(value) 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/action_controller/base.rb, line 658
      def view_paths=(value)
        @template.view_paths = ActionView::Base.process_view_paths(value)
      end
Register or log in to add new notes.