classify()
File activesupport/lib/active_support/inflector/methods.rb, line 150
# File tools/profile, line 113 def classify # strip out any leading schema name camelize(sub(/.*\./, "")) end