Skip to content

Instantly share code, notes, and snippets.

View subvertallchris's full-sized avatar
💭
🤘 brutal

Chris Grigg subvertallchris

💭
🤘 brutal
  • Long Island City, NY
View GitHub Profile
@subvertallchris
subvertallchris / Post.rb
Last active August 29, 2015 14:10 — forked from Jberczel/Post.rb
class Post < ActiveRecord::Base
extend AgfScrape
default_scope { order(:id) }
def self.url
"http://www.acousticguitarforum.com/forums/forumdisplay.php"\
"?f=17&pp=200&sort=lastpost&order=desc&daysprune=200"
end
def self.forum