Podcast scrobbling
This commit is contained in:
11
app/relations/podcast_scrobbles.rb
Normal file
11
app/relations/podcast_scrobbles.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Adamantium
|
||||
module Relations
|
||||
class PodcastScrobbles < ROM::Relation[:sql]
|
||||
schema :podcast_scrobbles, infer: true
|
||||
|
||||
auto_struct(true)
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user