diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 15:37:05 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 15:55:28 -0300 |
commit | 21f02f34851f58103fc03e852e0315afdb6f74e0 (patch) | |
tree | 612291b3312a660fc3f520f34df687b7771b0140 /actionpack/lib | |
parent | 2bf8b5b6ec4df3866a7a9526e47af15c63b97ac1 (diff) | |
download | rails-21f02f34851f58103fc03e852e0315afdb6f74e0.tar.gz rails-21f02f34851f58103fc03e852e0315afdb6f74e0.tar.bz2 rails-21f02f34851f58103fc03e852e0315afdb6f74e0.zip |
Remove some comments about Ruby 1.9 behaviors
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/gtg/transition_table.rb | 2 |
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 |