Flowdock
method

plural_model_name?

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ModelHelpers
plural_model_name?(name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/model_helpers.rb, line 47
        def plural_model_name?(name)
          name == name.pluralize && name.singularize != name.pluralize
        end
Register or log in to add new notes.