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