1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib
snusnu 973b908777 Added missing AS require to active_model/naming.rb
We saw a failing spec when running the DataMapper
ActiveModel compliance specs for dm-active_model.

  ActiveModel::Naming#model_name

relies on the Module#parents method defined in

  active_support/core_ext/module/introspection.rb

Adding the appropriate require statement of course
fixed our specs.
2010-10-30 00:20:31 +08:00
..
active_model Added missing AS require to active_model/naming.rb 2010-10-30 00:20:31 +08:00
active_model.rb Always pull in version for frameworks (standardize autoload / require / none) 2010-10-10 16:12:04 -07:00