Class: Actions::Helpers::Humanizer::UserResource

Inherits:
Resource
  • Object
show all
Defined in:
app/lib/actions/helpers/humanizer.rb

Instance Method Summary collapse

Methods inherited from Resource

#humanized_value, inherited, #link

Instance Method Details

#humanized_nameObject



108
109
110
# File 'app/lib/actions/helpers/humanizer.rb', line 108

def humanized_name
  _('user')
end

#nameObject



104
105
106
# File 'app/lib/actions/helpers/humanizer.rb', line 104

def name
  :user
end