# File lib/active_support/core_ext/string/inflections.rb, line 42
  def constantize
    ActiveSupport::Inflector.constantize(self)
  end