method
view_paths
Ruby on Rails latest stable (v2.3.4)
-
0 notes -
Class: ActionController::Base
- v1.0.0
- v1.1.0
- v1.1.1
- v1.1.2
- v1.1.3
- v1.1.4
- v1.1.5
- v1.1.6
- v1.2.0
- v1.2.1
- v1.2.2
- v1.2.3
- v1.2.4
- v1.2.5
- v1.2.6
- 2.0.0 (0)
- 2.0.1 (0)
- 2.0.2 (0)
- 2.0.3 (0)
- 2.1.0 (0)
- 2.2.1 (-38)
- 2.3.2 (0)
- 2.3.4 (0)
- What's this?
view_paths()
public
View load paths determine the bases from which template references can be made. So a call to render("test/template") will be looked up in the view load paths array and the closest match will be returned.

