Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6132

Show
Ignore:
Timestamp:
02/06/07 03:58:48 (2 years ago)
Author:
rick
Message:

rename #lookup_template_base_path_for to #find_base_path_for in ActionView::Base [Rick]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_view/base.rb

    r6130 r6132  
    542542          end 
    543543 
    544           raise TemplateError.new(lookup_template_base_path_for(file_name || template), file_name || template, @assigns, template, e) 
     544          raise TemplateError.new(find_base_path_for(file_name || template), file_name || template, @assigns, template, e) 
    545545        end 
    546546