judofyr / timeless

A mixture of a blog, wiki and CMS, inspired by Christoffer Sawicki's Termos and James Adam's Vanilla.rb
http://timeless.judofyr.net/
Other
115 stars 14 forks source link

Fix camping-vs-sinatra.rb with preserving style #69

Closed toraritte closed 10 years ago

toraritte commented 10 years ago

Changing "method_missing" to "self.method_missing" to make it run on MRI 1.9.x and 2.x

judofyr commented 10 years ago

Awesome! Thanks for the fix.