Flowdock
method

view_paths=

Importance_0
v2.3.8 - 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 432
      def view_paths=(value)
        @view_paths = ActionView::Base.process_view_paths(value) if value
      end
Register or log in to add new notes.