Project

General

Profile

Download (198 Bytes) Statistics
| Branch: | Tag: | Revision:
if Rails.env.test?
Foreman::Application.routes.draw do
namespace :api do
resources :testable, :only => :index do
get :raise_error, :on => :collection
end
end
end
end
    (1-1/1)