changes
This commit is contained in:
10
app/logical/post_sets/artist.rb
Normal file
10
app/logical/post_sets/artist.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module PostSets
|
||||
class Artist < Post
|
||||
attr_reader :artist
|
||||
|
||||
def initialize(artist)
|
||||
super(:tags => artist.name)
|
||||
@artist = artist
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user