chinwagsocial/app/services/fetch_feed_service.rb

6 lines
64 B
Ruby
Raw Normal View History

2016-02-21 08:53:20 +11:00
class FetchFeedService
def call(account)
# todo
end
end