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
82 83 84 |
# File 'lib/dm-core/support/naming_conventions.rb', line 82 def self.call(property) "#{DataMapper::Inflector.pluralize(DataMapper::Inflector.underscore(property.name.to_s))}.yaml" end |