Class: Guts::Group
- Inherits:
 - 
      ActiveRecord::Base
      
        
- Object
 - ActiveRecord::Base
 - Guts::Group
 
 
- Extended by:
 - FriendlyId
 
- Defined in:
 - app/models/guts/group.rb
 
Overview
Group model
Instance Method Summary collapse
- 
  
    
      #should_generate_new_friendly_id?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    
Updates slug if title changes.
 
Instance Method Details
#should_generate_new_friendly_id? ⇒ Boolean
Updates slug if title changes
      19 20 21  | 
    
      # File 'app/models/guts/group.rb', line 19 def should_generate_new_friendly_id? title_changed? end  |