diff options
author | Ryan Bigg <git@ryanbigg.com> | 2015-07-23 07:51:28 +1000 |
---|---|---|
committer | Ryan Bigg <git@ryanbigg.com> | 2015-07-23 07:55:28 +1000 |
commit | f96b19b6da582bc99dde3f74aeee6ff68353d7c9 (patch) | |
tree | 2cad109c022f7af5a35e2b33608abe9c0e29d8ae /activerecord/test/models/order.rb | |
parent | 52cf1a71b393486435fab4386a8663b146608996 (diff) | |
download | rails-f96b19b6da582bc99dde3f74aeee6ff68353d7c9.tar.gz rails-f96b19b6da582bc99dde3f74aeee6ff68353d7c9.tar.bz2 rails-f96b19b6da582bc99dde3f74aeee6ff68353d7c9.zip |
Remove check for caller_locations in Rails::Engine
This is no longer necessary, as the minimum version requirement for Ruby is 2.2.2, and the `caller_locations` feature was added in Ruby 2.0.0. Since Rails no longer supports pre 2.0 versions of Ruby, there is no need to check first if the Kernel does respond to `caller_locations`. The answer is: yes it does.
Diffstat (limited to 'activerecord/test/models/order.rb')
0 files changed, 0 insertions, 0 deletions