active_support

136, 145] in /home/wenbo/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/string/inflections.rb
   136    #
   137    # Singular names are not handled correctly.
   138    #
   139    #   "business".classify # => "Busines"
   140    def classify
=> 141      ActiveSupport::Inflector.classify(self)
   142    end
   143 

你可能感兴趣的:(Active)