Skip to content

Commit

Permalink
made _pick_template etc private
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 21, 2008
1 parent fef6180 commit 2c3e0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ardes/inherit_views.rb
Expand Up @@ -98,6 +98,7 @@ def inherit_view_paths=(new_paths)
module ActionView
def self.included(base)# :nodoc:
base.class_eval do
private
alias_method :_orig_pick_template, :_pick_template

def _pick_template(template_path)
Expand Down

0 comments on commit 2c3e0de

Please sign in to comment.