Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created July 29, 2010 23:24
Show Gist options
  • Save jpemberthy/499498 to your computer and use it in GitHub Desktop.
Save jpemberthy/499498 to your computer and use it in GitHub Desktop.
#2.3.4
>> Rails.version
=> "2.3.4"
>> helper.render :text => "foo"
=> "foo"
#3beta
irb(main):002:0> Rails.version
=> "3.0.0.beta3"
irb(main):003:0> helper.render :text => "foo"
=> "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment