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



137
138
139
# File 'app/lib/actions/helpers/humanizer.rb', line 137

def humanized_name
  _('content view version')
end

#nameObject



133
134
135
# File 'app/lib/actions/helpers/humanizer.rb', line 133

def name
  :content_view_version
end