Class: CustomerActivity
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- CustomerActivity
- Defined in:
- app/models/customer_activity.rb
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#cusotmer_pj ⇒ Object
Returns the value of attribute cusotmer_pj.
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity.
2 3 4 |
# File 'app/models/customer_activity.rb', line 2 def activity @activity end |
#cusotmer_pj ⇒ Object
Returns the value of attribute cusotmer_pj.
2 3 4 |
# File 'app/models/customer_activity.rb', line 2 def cusotmer_pj @cusotmer_pj end |