# File lib/extlib/inflection.rb, line 70 def tableize(class_name) pluralize(class_name.to_const_path.gsub(/\//, '_')) end