jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 176 forks source link

Removed call to AR::Base.class_name_of_active_record_descendant #17

Closed CapyTheBeara closed 13 years ago

CapyTheBeara commented 13 years ago

I replaced this method with the code that it used to call:

klass.base_class.name

(Reference: http://github.com/rails/rails/commit/a4f5f0547f205c6dbf264e8dadeb18492d5271ba#diff-0)