Class: Refinery::Recommendations::Recommendation
- Inherits:
-
Core::BaseModel
- Object
- Core::BaseModel
- Refinery::Recommendations::Recommendation
- Extended by:
- FriendlyId
- Defined in:
- app/models/refinery/recommendations/recommendation.rb
Instance Method Summary collapse
Instance Method Details
#friendly_id_source ⇒ Object
17 18 19 |
# File 'app/models/refinery/recommendations/recommendation.rb', line 17 def friendly_id_source "#{name} #{role} #{company}" end |