API Docs for: v3.9.3
Show:

DS.Ember.HTMLBars.helpers Class

Module: ember-data

Item Index

Methods

Methods

pluralize

(
  • [count]
  • word
)

If you have Ember Inflector (such as if Ember Data is present), pluralize a word. For example, turn "ox" into "oxen". Example: {{pluralize count myProperty}} {{pluralize 1 "oxen"}} {{pluralize myProperty}} {{pluralize "ox"}}

Parameters:

  • [count] Number | Property optional

    count of objects

  • word String | Property

    word to pluralize