mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove some old cruft
This commit is contained in:
@@ -34,7 +34,6 @@ module ActionView #:nodoc:
|
||||
end
|
||||
|
||||
def find(path, details = {}, prefix = nil, partial = false)
|
||||
# template_path = path.sub(/^\//, '')
|
||||
template_path = path
|
||||
|
||||
each do |load_path|
|
||||
@@ -43,8 +42,6 @@ module ActionView #:nodoc:
|
||||
end
|
||||
end
|
||||
|
||||
# TODO: Have a fallback absolute path?
|
||||
extension = details[:formats] || []
|
||||
raise ActionView::MissingTemplate.new(self, "#{prefix}/#{path} - #{details.inspect} - partial: #{!!partial}")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user