Skip to content

Commit

Permalink
Fix a bug in the generators from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed Apr 30, 2010
1 parent dedb842 commit 95c9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Expand Up @@ -258,7 +258,7 @@ def create_log_files
end

def create_public_files
build(:public)
build(:public_directory)
end

def create_public_image_files
Expand Down

0 comments on commit 95c9879

Please sign in to comment.