toshogakari/eLib

View on GitHub
app/models/user_has_skill.rb

Summary

Maintainability
A
0 mins
Test Coverage
class UserHasSkill < ActiveRecord::Base
  belongs_to :user
  belongs_to :skill
end