Method: Governor::Mapping#humanize

Defined in:
lib/governor/mapping.rb

#humanizeObject

Presents a human-readable identifier of the resource type.



31
32
33
# File 'lib/governor/mapping.rb', line 31

def humanize
  @singular.to_s.humanize
end