Flowdock
uncountable?(record_or_class) public

Identifies whether the class name of a record or class is uncountable.

ActiveModel::Naming.uncountable?(Sheep) # => true
ActiveModel::Naming.uncountable?(Post)  # => false
Show source
Register or log in to add new notes.