module Ardm::NamingConventions::Field::Underscored

Public Class Methods

call(property) click to toggle source
# File lib/ardm/support/naming_conventions.rb, line 76
def self.call(property)
  Ardm::Inflector.underscore(property.name.to_s)
end