Skip to content

Instantly share code, notes, and snippets.

@jpignata
Created April 26, 2011 02:33
Show Gist options
  • Save jpignata/941691 to your computer and use it in GitHub Desktop.
Save jpignata/941691 to your computer and use it in GitHub Desktop.
class TestConstraint
def matches?(*args)
Rails.logger.info("TestConstraint")
end
end
TestApp::Application.routes.draw do
constraints(TestConstraint.new) do
resources :posts
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment