module ActiveSupport::Inflector

Public Instance Methods

humanize(lower_case_and_underscored_word, options = {}) click to toggle source
# File lib/annotranslate.rb, line 384
def humanize(lower_case_and_underscored_word, options = {})
  raise "ActiveSupport::Inflector.humanize is disabled!"
end