Skip to content

Instantly share code, notes, and snippets.

View carstengehling's full-sized avatar

Carsten Gehling carstengehling

View GitHub Profile
class AnnonceController < ....
def index
get_ads(params)
end
def method_missing
category = request.uri.do-some-extracting-of-last-name (jagthunde, racehunde, etc)
get_ads({:category => category} + params)
render :action => 'index'