Initial commit
This commit is contained in:
0
app/repos/.keep
Normal file
0
app/repos/.keep
Normal file
9
app/repos/cards_repo.rb
Normal file
9
app/repos/cards_repo.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module ClashDeckGenerator
|
||||
module Repos
|
||||
class CardsRepo < DB::Repo[:cards]
|
||||
def meta_cards
|
||||
cards.meta.to_a
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user