mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove requires of core_ext/array/random_access that no longer exists
This commit is contained in:
parent
707eed72d3
commit
4a57d1b0b6
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ require 'models/comment'
|
|||
require 'models/category'
|
||||
require 'models/categorization'
|
||||
require 'models/tagging'
|
||||
require 'active_support/core_ext/array/random_access'
|
||||
|
||||
module Remembered
|
||||
extend ActiveSupport::Concern
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
require "cases/helper"
|
||||
require 'active_support/core_ext/array/random_access'
|
||||
require 'models/post'
|
||||
require 'models/topic'
|
||||
require 'models/comment'
|
||||
|
|
Loading…
Reference in a new issue