mastodon/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