module Ardm::NamingConventions::Resource::UnderscoredAndPluralizedWithoutLeadingModule

Public Class Methods

call(name) click to toggle source
# File lib/ardm/support/naming_conventions.rb, line 42
def self.call(name)
  UnderscoredAndPluralized.call(name.to_s.gsub(/^[^:]*::/,''))
end