mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove '.rb' from require call
This commit is contained in:
parent
34b23e7110
commit
ab14392cbb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'active_support/core_ext/range.rb'
|
||||
require 'active_support/core_ext/range'
|
||||
|
||||
module ActiveModel
|
||||
module Validations
|
||||
|
|
Loading…
Reference in a new issue