list_feed.rb (130B)
- # frozen_string_literal: true
- class ListFeed < Feed
- def initialize(list)
- @type = :list
- @id = list.id
- end
- end
git clone https://hacktivis.me/git/mastofe.git
list_feed.rb (130B)
- # frozen_string_literal: true
- class ListFeed < Feed
- def initialize(list)
- @type = :list
- @id = list.id
- end
- end