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 
  
  
  
  
    
      
137
138
139 
     | 
    
      # File 'app/lib/actions/helpers/humanizer.rb', line 137
def humanized_name
  _('content view version')
end
     | 
  
 
    
      
  
  
    #name  ⇒ Object 
  
  
  
  
    
      
133
134
135 
     | 
    
      # File 'app/lib/actions/helpers/humanizer.rb', line 133
def name
  :content_view_version
end 
     |