1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
joker1007 7b76f05cd1 Add 'require' for Hash#with_indifferent_access
ActiveJob::Arguments uses Hash#with_indifferent_access.
But, activejob gem does not require Hash extension library.
When we use activejob as standalone,
we need extra require statement. This is unhandy.

This commit fixes it.
2014-12-21 21:03:16 +09:00
..
active_job Add 'require' for Hash#with_indifferent_access 2014-12-21 21:03:16 +09:00
rails/generators/job [ActiveJob] Add hook for test_framework and test templates 2014-08-22 20:06:22 +00:00
active_job.rb Active Job refactoring 2014-09-03 23:01:46 +03:00