Class: Refinery::Recommendations::Recommendation

Inherits:
Core::BaseModel
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/refinery/recommendations/recommendation.rb

Instance Method Summary collapse

Instance Method Details

#friendly_id_sourceObject



17
18
19
# File 'app/models/refinery/recommendations/recommendation.rb', line 17

def friendly_id_source
    "#{name} #{role} #{company}"
end