tack2us/config/routes.rb
Andrew Tomaka 5c49f8d25c Use spork instead of spring
Conflicts:
	Guardfile
	spec/spec_helper.rb
2014-02-14 15:54:53 -05:00

4 lines
86 B
Ruby

Tack2us::Application.routes.draw do
root to: "pastes#index"
resources :pastes
end