Skip to content

Instantly share code, notes, and snippets.

@benburkert
Created August 6, 2008 01:09
Show Gist options
  • Save benburkert/4143 to your computer and use it in GitHub Desktop.
Save benburkert/4143 to your computer and use it in GitHub Desktop.
class Application < Merb::Controller
def _call_action(action)
repository(:default) { catch(:halt) { super(action) }}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment