camdub/Internships

View on GitHub
app/models/long_term_goal.rb

Summary

Maintainability
A
0 mins
Test Coverage
class LongTermGoal < ActiveRecord::Base
  has_and_belongs_to_many :short_term_goals
  belongs_to :user
end