1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updated require for AMo move

This commit is contained in:
Yehuda Katz + Carl Lerche 2009-06-17 13:05:14 -07:00
parent 6927f1119b
commit 7ac9f29093

View file

@ -1,5 +1,5 @@
require 'active_support/json'
require 'active_support/core_ext/module/model_naming'
require 'active_model/naming'
module ActiveRecord #:nodoc:
module Serialization