Skip to content

Commit

Permalink
Merge pull request rails#35344 from eugeneius/active_storage_require_…
Browse files Browse the repository at this point in the history
…core_ext

Add missing require to active_storage.rb
  • Loading branch information
georgeclaghorn committed Feb 21, 2019
2 parents 2420c44 + 817ffc0 commit 8e66548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activestorage/lib/active_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
require "active_record"
require "active_support"
require "active_support/rails"
require "active_support/core_ext/numeric/time"

require "active_storage/version"
require "active_storage/errors"
Expand Down

0 comments on commit 8e66548

Please sign in to comment.