mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove unused TemplateRunner attributes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user