module Netfira::WebConnect::Model::Record::Writable::ClassMethods
Public Instance Methods
single_name_camel()
click to toggle source
# File lib/netfira/web_connect/model/record/writable.rb, line 82 def single_name_camel @single_name_camel ||= single_name.camelize :lower end