Skip to content

Commit

Permalink
agrego la clase FeedParserRFeed
Browse files Browse the repository at this point in the history
  • Loading branch information
damog committed Jan 13, 2009
1 parent 5b4f686 commit c8b4a33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/rfeed/models/Feed.rb
Expand Up @@ -3,6 +3,14 @@
require "goodies/goodies/lwr-simple"
require 'digest/md5'

class FeedParserRFeed < FeedParser
def initialize
end

def parse
end
end

class Feed < ActiveRecord::Base
has_many :posts

Expand Down

0 comments on commit c8b4a33

Please sign in to comment.