Skip to content

Commit

Permalink
Fix ruby patch level example in rails docs regarding info page [ci skip]
Browse files Browse the repository at this point in the history
Thanks @egilburg.
  • Loading branch information
carlosantoniodasilva committed Jul 3, 2013
1 parent 39475aa commit d6e1d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/info.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def to_html
end end
end end


# The Ruby version and platform, e.g. "2.0.0p247 (x86_64-darwin12.4.0)". # The Ruby version and platform, e.g. "2.0.0-p247 (x86_64-darwin12.4.0)".
property 'Ruby version' do property 'Ruby version' do
"#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} (#{RUBY_PLATFORM})" "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} (#{RUBY_PLATFORM})"
end end
Expand Down

1 comment on commit d6e1d6d

@TylerBrock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.