Module: Ardm::NamingConventions::Resource::Underscored

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

Class Method Summary collapse

Class Method Details

.call(name) ⇒ Object



48
49
50
# File 'lib/ardm/support/naming_conventions.rb', line 48

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