Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created October 28, 2014 14:01
Show Gist options
  • Save makefunstuff/999c5959993b1ccc0c3b to your computer and use it in GitHub Desktop.
Save makefunstuff/999c5959993b1ccc0c3b to your computer and use it in GitHub Desktop.
class ActionDispatch::Routing::Mapper
def draw(routes_name)
instance_eval(File.read(
Rails.root.join("config/routes/#{routes_name}.rb")
))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment