Class: Actions::Helpers::Humanizer::ContentViewVersionResource

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



144
145
146
# File 'app/lib/actions/helpers/humanizer.rb', line 144

def humanized_name
  _('content view version')
end

#nameObject



140
141
142
# File 'app/lib/actions/helpers/humanizer.rb', line 140

def name
  :content_view_version
end