Class: Activity::Proposal
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Activity::Proposal
- Includes:
- ActivityTypeModelHelper, ExtensibleObjectHelper
- Defined in:
- app/models/activity/proposal.rb
Instance Method Summary collapse
Methods included from ActivityTypeModelHelper
Methods included from ExtensibleObjectHelper
Instance Method Details
#name ⇒ Object
8 9 10 |
# File 'app/models/activity/proposal.rb', line 8 def name type_quick_namer '%s for %s on %s', label, client end |