I had previously found this method referred to in an older API document but it was marked as being deprecated/removed in later version of Rails. Does this still work and if so is it going to be removed or replaced with something else?
# File activerecord/lib/active_record/inheritance.rb, line 134 def sti_name store_full_sti_class ? name : name.demodulize end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3d59e44a-9529-4ebc-9a79-26fac0413318%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

