Methods

Class Index [+]

Quicksearch

DataMapper::NamingConventions::Field::UnderscoredAndPluralized

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.