Skip to content

Commit

Permalink
Remove unused TemplateRunner attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Dec 7, 2008
1 parent dbbae5e commit 2dc5d12
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@

module Rails
class TemplateRunner
attr_reader :behavior, :description, :root
attr_reader :root

def initialize(root, template) # :nodoc:
@root = Dir.pwd + "/" + root
Expand Down

0 comments on commit 2dc5d12

Please sign in to comment.