Skip to content

Instantly share code, notes, and snippets.

@djones
Created June 18, 2009 02:30
Show Gist options
  • Save djones/131658 to your computer and use it in GitHub Desktop.
Save djones/131658 to your computer and use it in GitHub Desktop.
class PagesController < ApplicationController
def home
...
@posts = RSSParser.run('http://blog.resolvedigital.com/feed/')[:items]
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment