Module: Ardm::NamingConventions::Field::Underscored

Defined in:
lib/ardm/support/naming_conventions.rb

Overview

module UnderscoredAndPluralizedWithoutModule

Class Method Summary collapse

Class Method Details

.call(property) ⇒ Object



76
77
78
# File 'lib/ardm/support/naming_conventions.rb', line 76

def self.call(property)
  Ardm::Inflector.underscore(property.name.to_s)
end