graspapp/grasp

View on GitHub
app/models/mastery.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Mastery < ActiveRecord::Base
  has_many :steps
end