39 40 41 42 43
# File 'lib/stream_rails/renderable.rb', line 39 def layout_path(path = nil, root = nil) path.nil? and return root ||= 'layouts' select_path path, root end