<?xml version="1.0" encoding='UTF-8'?>
<?xml-stylesheet href='uml.xsl' type='text/xml' ?>
<classDiagram>
  <class name='User'>
    <attribute>string username</attribute>
    <attribute>string password_hash</attribute>
    <attribute>string openid</attribute>
    <attribute>string email</attribute>
  </class>
  <class name='Rate'>
    <attribute>bool positive</attribute>
  </class>
  <class name='Ratable'>
    
  </class>

  <relationship from='User' to='Rate' type='directional' />
  <relationship from='Rate' to='Ratable' type='directional' />
</classDiagram>
