1
0
Fork 0
forked from gitea/glitch-bird
glitch-bird/app/services/fetch_feed_service.rb
2016-02-20 22:53:20 +01:00

6 lines
64 B
Ruby

class FetchFeedService
def call(account)
# todo
end
end