Skip to content

Commit

Permalink
Create layout dir it's nested. References #9272 [alancfrancis]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7784 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Oct 8, 2007
1 parent 00d9f58 commit e7b80cb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -39,6 +39,7 @@ def manifest
m.directory(File.join('app/controllers', controller_class_path))
m.directory(File.join('app/helpers', controller_class_path))
m.directory(File.join('app/views', controller_class_path, controller_file_name))
m.directory(File.join('app/views/layouts', controller_class_path))
m.directory(File.join('test/functional', controller_class_path))
m.directory(File.join('test/unit', class_path))

Expand Down

0 comments on commit e7b80cb

Please sign in to comment.