bug fixes

This commit is contained in:
albert
2011-08-05 19:33:39 -04:00
parent c078178fc4
commit 4f0273143b
3 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
module PostSets
class Artist < Post
class Artist < PostSets::Post
attr_reader :artist
def initialize(artist)