1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unused method

`app_templates_dir` is unused since dc53fe9.
This commit is contained in:
yuuji.yaginuma 2016-02-17 17:22:40 +09:00
parent c60fb74dc6
commit dbc30d7e26

View file

@ -287,10 +287,6 @@ task default: :test
protected protected
def app_templates_dir
"../../app/templates"
end
def create_dummy_app(path = nil) def create_dummy_app(path = nil)
dummy_path(path) if path dummy_path(path) if path