howaboutwe / experimental

MIT License
20 stars 2 forks source link

Add route helper like devise #2

Open rmw opened 11 years ago

rmw commented 11 years ago

resources :experiments, :only => [:index, :new, :create] do collection do get :inactive post :set_winner end end

is way to long