techpeace / the-desk

1 stars 1 forks source link

Enable importing of TEKS subjects and standards #8

Closed techpeace closed 10 years ago

techpeace commented 10 years ago

Based on the JSON API app that was previously created, determine how to import the TEKS standards and subjects into our database.

class Subject
  has_many :standards
end