spec/test_app/config/routes.rb in cloudxls-rails-0.4.3 vs spec/test_app/config/routes.rb in cloudxls-rails-0.5.0
- old
+ new
@@ -1,9 +1,10 @@
TestApp::Application.routes.draw do
resources :posts do
collection do
get "stream"
get "stream_with_custom_url"
+ get "all_columns"
end
end
get "successful_redirect" => "posts#successful_redirect"
root to: "posts#index"
end