Skip to content

Instantly share code, notes, and snippets.

View gmassanek's full-sized avatar

Geoff Massanek gmassanek

  • Reverb
  • Chicago, IL
View GitHub Profile
@avdi
avdi / post.rb
Created September 14, 2011 03:19
Just a tease...
class Post < ActiveRecord::Base
include FigLeaf
hide ActiveRecord::Base, :ancestors => true,
:except => [Object, :errors, :valid?]
# ...
end