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



115
116
117
# File 'app/lib/actions/helpers/humanizer.rb', line 115

def humanized_name
  _('user')
end

#nameObject



111
112
113
# File 'app/lib/actions/helpers/humanizer.rb', line 111

def name
  :user
end