Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions app/models/discourse_rss_polling/rss_feed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ class RssFeed < ActiveRecord::Base
validates :url, presence: true
end
end

# == Schema Information
#
# Table name: discourse_rss_polling_rss_feeds
#
# id :bigint not null, primary key
# url :string not null
# category_filter :string
# author :string
# category_id :integer
# tags :string
# created_at :datetime not null
# updated_at :datetime not null
#