Skip to content

Instantly share code, notes, and snippets.

@cdlm
Created June 24, 2011 15:06
Show Gist options
  • Save cdlm/1044968 to your computer and use it in GitHub Desktop.
Save cdlm/1044968 to your computer and use it in GitHub Desktop.
Moving a Seaside app into a sub-dispatcher
#('APP' 'files') do: [ :each | |h|
(self handlerAt: 'NEW_PREFIX')
register: (self unregister: (self handlerAt: each))
at: each ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment