Skip to content

Instantly share code, notes, and snippets.

@xiongxin
Last active August 29, 2015 14:02
Show Gist options
  • Save xiongxin/e5164437261ee983b52e to your computer and use it in GitHub Desktop.
Save xiongxin/e5164437261ee983b52e to your computer and use it in GitHub Desktop.
rails routes with admin for posts
resources "/posts",only: [:show]
scpco "/admin" do
resources "/posts",except: [:show]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment