5 lines
64 B
Ruby
5 lines
64 B
Ruby
class FetchFeedService
|
|
def call(account)
|
|
# todo
|
|
end
|
|
end
|