Skip to content

Instantly share code, notes, and snippets.

@paul
Created October 23, 2008 22:32
Show Gist options
  • Save paul/19237 to your computer and use it in GitHub Desktop.
Save paul/19237 to your computer and use it in GitHub Desktop.
before do
class Sscj1Test < Application
def index; end
end
Merb::Router.append do
match("/sscj1_test").
to(:controller => 'Sscj1Test', :action => :index).
name(:sscj1_test)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment