Skip to content

Instantly share code, notes, and snippets.

@vessi
Created August 16, 2012 13:26
Show Gist options
  • Save vessi/3370066 to your computer and use it in GitHub Desktop.
Save vessi/3370066 to your computer and use it in GitHub Desktop.
modular routes
class ActionDispatch::Routing::Mapper
def draw(routes_name)
instance_eval File.read(Rails.root.join "config/routes#{@scope[:path]}", "#{routes_name}.rb")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment