Renaming ActiveRecord::Extensions to ActiveRecord::Import.
This commit is contained in:
parent
948dec0be2
commit
90057c43eb
12 changed files with 17 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
require "ostruct"
|
||||
|
||||
module ActiveRecord::Extensions::ConnectionAdapters ; end
|
||||
module ActiveRecord::Import::ConnectionAdapters ; end
|
||||
|
||||
module ActiveRecord::Extensions::Import #:nodoc:
|
||||
module ActiveRecord::Import #:nodoc:
|
||||
module ImportSupport #:nodoc:
|
||||
def supports_import? #:nodoc:
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue