Sessions, lastfm auth workarounds

This commit is contained in:
magnolia-fan
2011-06-22 11:23:07 +04:00
parent 47b21961a0
commit 4326a4960b
17 changed files with 193 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
class Session < ActiveRecord::Base
belongs_to :user
end
+1
View File
@@ -1,2 +1,3 @@
class User < ActiveRecord::Base
has_one :session
end