mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused TemplateRunner attributes
This commit is contained in:
parent
dbbae5e00e
commit
2dc5d12c91
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ require 'fileutils'
|
|||
|
||||
module Rails
|
||||
class TemplateRunner
|
||||
attr_reader :behavior, :description, :root
|
||||
attr_reader :root
|
||||
|
||||
def initialize(root, template) # :nodoc:
|
||||
@root = Dir.pwd + "/" + root
|
||||
|
|
Loading…
Reference in a new issue