aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-04 15:37:05 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-04 15:55:28 -0300
commit21f02f34851f58103fc03e852e0315afdb6f74e0 (patch)
tree612291b3312a660fc3f520f34df687b7771b0140 /actionpack
parent2bf8b5b6ec4df3866a7a9526e47af15c63b97ac1 (diff)
downloadrails-21f02f34851f58103fc03e852e0315afdb6f74e0.tar.gz
rails-21f02f34851f58103fc03e852e0315afdb6f74e0.tar.bz2
rails-21f02f34851f58103fc03e852e0315afdb6f74e0.zip
Remove some comments about Ruby 1.9 behaviors
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/journey/gtg/transition_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/gtg/transition_table.rb b/actionpack/lib/action_dispatch/journey/gtg/transition_table.rb
index 1b914f0637..d7ce6042c2 100644
--- a/actionpack/lib/action_dispatch/journey/gtg/transition_table.rb
+++ b/actionpack/lib/action_dispatch/journey/gtg/transition_table.rb
@@ -109,7 +109,7 @@ module ActionDispatch
svg = to_svg
javascripts = [states, fsm_js]
- # Annoying hack for 1.9 warnings
+ # Annoying hack warnings
fun_routes = fun_routes
stylesheets = stylesheets
svg = svg