Skip to content

Commit

Permalink
Add a trailing space to the comment_if method
Browse files Browse the repository at this point in the history
  • Loading branch information
franckverrot committed Aug 21, 2011
1 parent f63a134 commit 2173e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Expand Up @@ -131,7 +131,7 @@ def include_all_railties?
end

def comment_if(value)
options[value] ? '#' : ''
options[value] ? '# ' : ''
end

def rails_gemfile_entry
Expand Down

0 comments on commit 2173e04

Please sign in to comment.