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