Finish creation and signin flow

This commit is contained in:
Kyle Drake 2013-05-25 17:09:48 -07:00
parent 4ddd244588
commit 0aaf894fa3
13 changed files with 182 additions and 43 deletions

3
models/tag.rb Normal file
View file

@ -0,0 +1,3 @@
class Tag < Sequel::Model
many_to_many :sites
end