robertpyke/thesis

View on GitHub
webapp/app/models/descriptor.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Descriptor < ActiveRecord::Base
  attr_accessible :label, :value
  belongs_to :mappable
end