This project is archived and is in readonly mode.

Changeset [973b90877755522772480bce73fcbc17320da2ef] by snusnu

October 29th, 2010 @ 05:20 PM

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.
http://github.com/rails/rails/commit/973b90877755522772480bce73fcbc...

Committed by snusnu

  • M activemodel/lib/active_model/naming.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>