Mercurial > zeropaste
view config/routes.rb @ 197:af80541dc915
attr_accesible is no longer needed.
Never needed to begin with anyway because of how it's used in the
controller.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 08 May 2013 00:03:01 +0900 |
parents | b4b7a29b70f6 |
children | 953d284ec195 |
line wrap: on
line source
Zeropaste::Application.routes.draw do resources :pastes, :only => [:show, :create, :destroy], :path => '/' post 'pastes' => 'pastes#create', :format => /(json|xml|txt)/ root :to => 'pastes#new' end