Skip to content

Commit

Permalink
restore whitespace in Gemfile between sqlite3 and sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored and rafaelfranca committed May 16, 2013
1 parent 6a4ff5c commit f964783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def set_default_accessors!


def database_gemfile_entry def database_gemfile_entry
options[:skip_active_record] ? "" : options[:skip_active_record] ? "" :
<<-GEMFILE.strip_heredoc.chomp <<-GEMFILE.strip_heredoc
# Use #{options[:database]} as the database for Active Record # Use #{options[:database]} as the database for Active Record
gem '#{gem_for_database}' gem '#{gem_for_database}'
GEMFILE GEMFILE
Expand Down

0 comments on commit f964783

Please sign in to comment.