Methods

Class Index [+]

Quicksearch

DataMapper::NamingConventions::Resource::UnderscoredAndPluralized

Public Class Methods

call(name) click to toggle source
    # File lib/dm-core/support/naming_conventions.rb, line 30
30:         def self.call(name)
31:           DataMapper::Inflector.pluralize(DataMapper::Inflector.underscore(name)).gsub('/', '_')
32:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.