Class: Actions::Helpers::Humanizer::UserResource
- Inherits:
-
Resource
- Object
- Resource
- Actions::Helpers::Humanizer::UserResource
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_name ⇒ Object
[View source]
108
109
110
|
# File 'app/lib/actions/helpers/humanizer.rb', line 108
def humanized_name
_('user')
end
|
#name ⇒ Object
[View source]
104
105
106
|
# File 'app/lib/actions/helpers/humanizer.rb', line 104
def name
:user
end
|