Module: DataMapper::NamingConventions::Field::Yaml
- Defined in:
- lib/dm-core/support/naming_conventions.rb
Overview
module Underscored
Class Method Summary collapse
Class Method Details
.call(property) ⇒ Object
76 77 78 |
# File 'lib/dm-core/support/naming_conventions.rb', line 76 def self.call(property) "#{DataMapper::Inflector.pluralize(DataMapper::Inflector.underscore(property.name.to_s))}.yaml" end |