Class: Actions::Helpers::Humanizer::ContentViewVersionResource
- Inherits:
-
Resource
- Object
- Resource
- Actions::Helpers::Humanizer::ContentViewVersionResource
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
144
145
146
|
# File 'app/lib/actions/helpers/humanizer.rb', line 144
def humanized_name
_('content view version')
end
|
#name ⇒ Object
140
141
142
|
# File 'app/lib/actions/helpers/humanizer.rb', line 140
def name
:content_view_version
end
|