Module: ActiveSupport::Inflector
- Defined in:
- lib/annotranslate.rb
Instance Method Summary collapse
Instance Method Details
#humanize(lower_case_and_underscored_word, options = {}) ⇒ Object
383 384 385 |
# File 'lib/annotranslate.rb', line 383 def humanize(lower_case_and_underscored_word, = {}) raise "ActiveSupport::Inflector.humanize is disabled!" end |