Created
September 21, 2010 18:41
-
-
Save esparkman/590257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ActionController::RoutingError in Clients#show | |
| Showing /Users/esparkman/Programming/Rails/clientmanager/app/views/clients/show.html.erb where line #51 raised: | |
| No route matches {:action=>"new", :controller=>"people"} | |
| Extracted source (around line #51): | |
| 48: </table> | |
| 49: </div> | |
| 50: | |
| 51: <%= link_to 'Add Person', new_client_person_path(person) %> | | |
| 52: <%= link_to 'Edit', edit_client_path(@client) %> | | |
| 53: <%= link_to 'Back', clients_path %> | |
| Rails.root: /Users/esparkman/Programming/Rails/clientmanager | |
| Application Trace | Framework Trace | Full Trace | |
| app/views/clients/show.html.erb:51:in `_app_views_clients_show_html_erb__804743433660251356_2181257060_3663362606234760680' | |
| app/controllers/clients_controller.rb:18:in `show' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:424:in `raise_routing_error' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:397:in `generate' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:453:in `generate' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:481:in `url_for' | |
| actionpack (3.0.0) lib/action_dispatch/routing/url_for.rb:132:in `url_for' | |
| actionpack (3.0.0) lib/action_view/helpers/url_helper.rb:99:in `url_for' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:195:in `new_client_person_path' | |
| actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument' | |
| actionpack (3.0.0) lib/action_view/template.rb:127:in `render' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:59:in `block in _render_template' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument' | |
| activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:56:in `_render_template' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:26:in `render' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:114:in `_render_template' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:108:in `render_to_body' | |
| actionpack (3.0.0) lib/action_controller/metal/renderers.rb:47:in `render_to_body' | |
| actionpack (3.0.0) lib/action_controller/metal/compatibility.rb:55:in `render_to_body' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:101:in `render_to_string' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:92:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/rendering.rb:17:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' | |
| activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' | |
| activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `ms' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block in render' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' | |
| activerecord (3.0.0) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:39:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:261:in `block in retrieve_response_from_mimes' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:192:in `call' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:192:in `respond_to' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
| actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action' | |
| actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:435:in `_run__4339618844496915852__process_action__3230209610732943565__callbacks' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks' | |
| actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument' | |
| activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action' | |
| actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process' | |
| actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch' | |
| actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| actionpack (3.0.0) lib/action_controller/metal.rb:173:in `block in action' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call' | |
| rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:145:in `optimized_each' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize' | |
| rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call' | |
| warden (0.10.7) lib/warden/manager.rb:35:in `block in call' | |
| warden (0.10.7) lib/warden/manager.rb:34:in `catch' | |
| warden (0.10.7) lib/warden/manager.rb:34:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call' | |
| rack (1.2.1) lib/rack/methodoverride.rb:24:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `block in call' | |
| activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call' | |
| activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call' | |
| rack (1.2.1) lib/rack/sendfile.rb:107:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call' | |
| railties (3.0.0) lib/rails/rack/logger.rb:13:in `call' | |
| rack (1.2.1) lib/rack/runtime.rb:17:in `call' | |
| activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call' | |
| rack (1.2.1) lib/rack/lock.rb:11:in `block in call' | |
| <internal:prelude>:10:in `synchronize' | |
| rack (1.2.1) lib/rack/lock.rb:11:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call' | |
| railties (3.0.0) lib/rails/application.rb:168:in `call' | |
| railties (3.0.0) lib/rails/application.rb:77:in `method_missing' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:205:in `start_request_handler' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:170:in `block in handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/utils.rb:457:in `safe_fork' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:165:in `handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:180:in `start' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:128:in `start' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize' | |
| <internal:prelude>:10:in `synchronize' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/helper-scripts/passenger-spawn-server:99:in `<main>' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:424:in `raise_routing_error' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:397:in `generate' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:453:in `generate' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:481:in `url_for' | |
| actionpack (3.0.0) lib/action_dispatch/routing/url_for.rb:132:in `url_for' | |
| actionpack (3.0.0) lib/action_view/helpers/url_helper.rb:99:in `url_for' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:195:in `new_client_person_path' | |
| app/views/clients/show.html.erb:51:in `_app_views_clients_show_html_erb__804743433660251356_2181257060_3663362606234760680' | |
| actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument' | |
| actionpack (3.0.0) lib/action_view/template.rb:127:in `render' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:59:in `block in _render_template' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument' | |
| activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:56:in `_render_template' | |
| actionpack (3.0.0) lib/action_view/render/rendering.rb:26:in `render' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:114:in `_render_template' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:108:in `render_to_body' | |
| actionpack (3.0.0) lib/action_controller/metal/renderers.rb:47:in `render_to_body' | |
| actionpack (3.0.0) lib/action_controller/metal/compatibility.rb:55:in `render_to_body' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:101:in `render_to_string' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:92:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/rendering.rb:17:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' | |
| activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' | |
| activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `ms' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block in render' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' | |
| activerecord (3.0.0) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:39:in `render' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:261:in `block in retrieve_response_from_mimes' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:192:in `call' | |
| actionpack (3.0.0) lib/action_controller/metal/mime_responds.rb:192:in `respond_to' | |
| app/controllers/clients_controller.rb:18:in `show' | |
| actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
| actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action' | |
| actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:435:in `_run__4339618844496915852__process_action__3230209610732943565__callbacks' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks' | |
| actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument' | |
| activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' | |
| activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument' | |
| actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
| actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action' | |
| actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process' | |
| actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process' | |
| actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch' | |
| actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| actionpack (3.0.0) lib/action_controller/metal.rb:173:in `block in action' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call' | |
| rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:145:in `optimized_each' | |
| rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize' | |
| rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call' | |
| warden (0.10.7) lib/warden/manager.rb:35:in `block in call' | |
| warden (0.10.7) lib/warden/manager.rb:34:in `catch' | |
| warden (0.10.7) lib/warden/manager.rb:34:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call' | |
| rack (1.2.1) lib/rack/methodoverride.rb:24:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `block in call' | |
| activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache' | |
| activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call' | |
| activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call' | |
| activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call' | |
| rack (1.2.1) lib/rack/sendfile.rb:107:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call' | |
| railties (3.0.0) lib/rails/rack/logger.rb:13:in `call' | |
| rack (1.2.1) lib/rack/runtime.rb:17:in `call' | |
| activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call' | |
| rack (1.2.1) lib/rack/lock.rb:11:in `block in call' | |
| <internal:prelude>:10:in `synchronize' | |
| rack (1.2.1) lib/rack/lock.rb:11:in `call' | |
| actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call' | |
| railties (3.0.0) lib/rails/application.rb:168:in `call' | |
| railties (3.0.0) lib/rails/application.rb:77:in `method_missing' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:205:in `start_request_handler' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:170:in `block in handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/utils.rb:457:in `safe_fork' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:165:in `handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:180:in `start' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/rack/application_spawner.rb:128:in `start' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize' | |
| <internal:prelude>:10:in `synchronize' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously' | |
| /Users/esparkman/.passenger/standalone/3.0.0.pre2-x86_64-ruby1.9.2-macosx-10.6/support/helper-scripts/passenger-spawn-server:99:in `<main>' | |
| Request | |
| Parameters: | |
| {"id"=>"1"} | |
| Show session dump | |
| _csrf_token: "u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM=" | |
| session_id: "132b1b4d21bf47106e9077606a04f505" | |
| Show env dump | |
| CONTENT_LENGTH: "0" | |
| DOCUMENT_ROOT: "/Users/esparkman/Programming/Rails/clientmanager/public" | |
| HTTP_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" | |
| HTTP_ACCEPT_CHARSET: "ISO-8859-1,utf-8;q=0.7,*;q=0.7" | |
| HTTP_ACCEPT_ENCODING: "gzip,deflate" | |
| HTTP_ACCEPT_LANGUAGE: "en-us,en;q=0.5" | |
| HTTP_CACHE_CONTROL: "max-age=0" | |
| HTTP_CONNECTION: "keep-alive" | |
| HTTP_COOKIE: "_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9" | |
| HTTP_HOST: "localhost:3000" | |
| HTTP_KEEP_ALIVE: "115" | |
| HTTP_REFERER: "http://localhost:3000/" | |
| HTTP_USER_AGENT: "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10" | |
| PASSENGER_ANALYTICS: "false" | |
| PASSENGER_APP_SPAWNER_IDLE_TIME: "-1" | |
| PASSENGER_APP_TYPE: "rack" | |
| PASSENGER_CONNECT_PASSWORD: "ec9Dituo3yW3hSAacKzp3RyNNDKjhKszE4UNgSe0UwV" | |
| PASSENGER_DEBUGGER: "false" | |
| PASSENGER_ENVIRONMENT: "development" | |
| PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME: "-1" | |
| PASSENGER_FRIENDLY_ERROR_PAGES: "true" | |
| PASSENGER_GROUP: "" | |
| PASSENGER_MIN_INSTANCES: "1" | |
| PASSENGER_SHOW_VERSION_IN_HEADER: "true" | |
| PASSENGER_SPAWN_METHOD: "smart-lv2" | |
| PASSENGER_USER: "" | |
| PASSENGER_USE_GLOBAL_QUEUE: "true" | |
| PATH_INFO: "/clients/1" | |
| QUERY_STRING: "" | |
| REMOTE_ADDR: "127.0.0.1" | |
| REMOTE_PORT: "51945" | |
| REQUEST_METHOD: "GET" | |
| REQUEST_URI: "/clients/1" | |
| SCGI: "1" | |
| SCRIPT_NAME: "" | |
| SERVER_ADDR: "127.0.0.1" | |
| SERVER_NAME: "_" | |
| SERVER_PORT: "3000" | |
| SERVER_PROTOCOL: "HTTP/1.1" | |
| SERVER_SOFTWARE: "nginx/0.7.67" | |
| _: "_" | |
| action_controller.instance: #<ClientsController:0x000001041ab440 @action_has_layout=true, @view_context_class=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_response=#<ActionDispatch::Response:0x000001041ab2b0 @writer=#<Proc:0x000001041ab1e8@/Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.0.0/lib/action_dispatch/http/response.rb:44 (lambda)>, @block=nil, @length=0, @header={}, @status=200, @body=[], @cookie=[], @sending_file=false, @blank=false, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x000001041ab2d8 @env={"CONTENT_LENGTH"=>"0", "DOCUMENT_ROOT"=>"/Users/esparkman/Programming/Rails/clientmanager/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/clients/1", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "PASSENGER_ANALYTICS"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"/clients/1", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.7.67", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_PORT"=>"51945", "SERVER_ADDR"=>"127.0.0.1", "SERVER_PORT"=>"3000", "SERVER_NAME"=>"_", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"en-us,en;q=0.5", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_REFERER"=>"http://localhost:3000/", "HTTP_COOKIE"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "HTTP_CACHE_CONTROL"=>"max-age=0", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"ec9Dituo3yW3hSAacKzp3RyNNDKjhKszE4UNgSe0UwV", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0x000001028c66c8 @io=#<PhusionPassenger::Utils::UnseekableSocket:0x000001028d2ec8 @socket=#<UNIXSocket:fd 11>>, @rewindable_io=nil, @unlinked=false>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation], "action_dispatch.secret_token"=>"e9e942d86b4563caa5ea7b27ab676bde8c404a91de938f63fabd01d26ad9a1b12400dc0d4f2204beb50a12006e194d024c9ad2a022735d6ad6fb348bb2e68c36", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"132b1b4d21bf47106e9077606a04f505"}, "rack.request.cookie_string"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "rack.request.cookie_hash"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.cookies"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "warden.errors"=>#<Warden::Proxy::Errors:0x00000100941280>, "warden"=>#<Warden::Proxy:0x00000100941ff0 @winning_strategies={}, @users={}, @env={...}, @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @manager=#<Warden::Manager:0x000001009bf810 @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @app=#<ActionDispatch::Routing::RouteSet:0x0000010091d4e8 @routes=[GET /calls(.:format) {:action=>"index", :controller=>"calls"}, POST /calls(.:format) {:action=>"create", :controller=>"calls"}, GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, GET /calls/:id(.:format) {:action=>"show", :controller=>"calls"}, PUT /calls/:id(.:format) {:action=>"update", :controller=>"calls"}, DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, GET /comments(.:format) {:action=>"index", :controller=>"comments"}, POST /comments(.:format) {:action=>"create", :controller=>"comments"}, GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, GET /comments/:id(.:format) {:action=>"show", :controller=>"comments"}, PUT /comments/:id(.:format) {:action=>"update", :controller=>"comments"}, DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, GET /people(.:format) {:action=>"index", :controller=>"people"}, POST /people(.:format) {:action=>"create", :controller=>"people"}, GET /people/new(.:format) {:action=>"new", :controller=>"people"}, GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, ANY /(.:format) {:controller=>"clients", :action=>"index"}, GET /clients/:client_id/people(.:format) {:action=>"index", :controller=>"people"}, POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /clients/:client_id/people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /clients/:client_id/people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, GET /clients(.:format) {:action=>"index", :controller=>"clients"}, POST /clients(.:format) {:action=>"create", :controller=>"clients"}, GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, GET /clients/:id(.:format) {:action=>"show", :controller=>"clients"}, PUT /clients/:id(.:format) {:action=>"update", :controller=>"clients"}, DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, GET /import_tables(.:format) {:action=>"index", :controller=>"import_tables"}, POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, GET /import_tables/:id(.:format) {:action=>"show", :controller=>"import_tables"}, PUT /import_tables/:id(.:format) {:action=>"update", :controller=>"import_tables"}, DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, POST /import_tables/:id(.:format) {:controller=>"import_tables", :action=>"merge"}, GET /csv/import(.:format) {:controller=>"csv", :action=>"import"}, POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}], @named_routes=#<ActionDispatch::Routing::RouteSet::NamedRouteCollection:0x000001012561e0 @routes={:calls=>POST /calls(.:format) {:action=>"create", :controller=>"calls"}, :new_call=>GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, :edit_call=>GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, :call=>DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, :comments=>POST /comments(.:format) {:action=>"create", :controller=>"comments"}, :new_comment=>GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, :edit_comment=>GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, :comment=>DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, :people=>POST /people(.:format) {:action=>"create", :controller=>"people"}, :new_person=>GET /people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_person=>GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :person=>DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :root=>ANY /(.:format) {:controller=>"clients", :action=>"index"}, :client_people=>POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, :new_client_person=>GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_client_person=>GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :client_person=>DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :clients=>POST /clients(.:format) {:action=>"create", :controller=>"clients"}, :new_client=>GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, :edit_client=>GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, :client=>DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, :import_tables=>POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, :new_import_table=>GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, :edit_import_table=>GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, :import_table=>DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, :csv_import=>POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, :rails_info_properties=>ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}}, @helpers=[:hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_new_call_url, :new_call_url, :hash_for_new_call_path, :new_call_path, :hash_for_edit_call_url, :edit_call_url, :hash_for_edit_call_path, :edit_call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_new_comment_url, :new_comment_url, :hash_for_new_comment_path, :new_comment_path, :hash_for_edit_comment_url, :edit_comment_url, :hash_for_edit_comment_path, :edit_comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_new_person_url, :new_person_url, :hash_for_new_person_path, :new_person_path, :hash_for_edit_person_url, :edit_person_url, :hash_for_edit_person_path, :edit_person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_root_url, :root_url, :hash_for_root_path, :root_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_new_client_person_url, :new_client_person_url, :hash_for_new_client_person_path, :new_client_person_path, :hash_for_edit_client_person_url, :edit_client_person_url, :hash_for_edit_client_person_path, :edit_client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_new_client_url, :new_client_url, :hash_for_new_client_path, :new_client_path, :hash_for_edit_client_url, :edit_client_url, :hash_for_edit_client_path, :edit_client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_new_import_table_url, :new_import_table_url, :hash_for_new_import_table_path, :new_import_table_path, :hash_for_edit_import_table_url, :edit_import_table_url, :hash_for_edit_import_table_path, :edit_import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_rails_info_properties_url, :rails_info_properties_url, :hash_for_rails_info_properties_path, :rails_info_properties_path], @module=#<Module:0x000001012560c8>>, @resources_path_names={:new=>"new", :edit=>"edit"}, @controller_namespaces=#<Set: {"devise"}>, @default_url_options={}, @request_class=ActionDispatch::Request, @valid_conditions=[:auth_type, :gateway_interface, :path_translated, :remote_host, :remote_ident, :remote_user, :remote_addr, :server_name, :server_protocol, :accept, :accept_charset, :accept_encoding, :accept_language, :cache_control, :from, :negotiate, :pragma, :key?, :request_method, :request_method_symbol, :method, :method_symbol, :get?, :post?, :put?, :delete?, :head?, :headers, :fullpath, :forgery_whitelisted?, :media_type, :content_length, :xml_http_request?, :xhr?, :ip, :remote_ip, :server_software, :raw_post, :body, :form_data?, :body_stream, :reset_session, :session=, :session_options=, :GET, :query_parameters, :POST, :request_parameters, :authorization, :local?, :url, :scheme, :protocol, :ssl?, :raw_host_with_port, :host, :host_with_port, :port, :standard_port, :standard_port?, :port_string, :server_port, :domain, :subdomains, :subdomain, :request_uri, :filtered_parameters, :filtered_env, :parameters, :params, :path_parameters=, :symbolized_path_parameters, :path_parameters, :content_mime_type, :content_type, :accepts, :format, :formats, :format=, :negotiate_mime, :if_modified_since, :if_none_match, :not_modified?, :etag_matches?, :fresh?, :env, :script_name, :path_info, :query_string, :session, :session_options, :logger, :media_type_params, :content_charset, :script_name=, :path_info=, :options?, :trace?, :parseable_data?, :[], :[]=, :values_at, :referer, :referrer, :user_agent, :cookies, :path, :taguri=, :taguri, :to_yaml_style, :to_yaml_properties, :syck_to_yaml, :to_yaml, :blank?, :present?, :presence, :duplicable?, :acts_like?, :try, :html_safe?, :with_options, :to_param, :to_query, :returning, :`, :instance_values, :instance_variable_names, :copy_instance_variables_from, :to_json, :require_or_load, :require_dependency, :require_association, :load_dependency, :load, :require, :unloadable, :to_sql, :equality_predicate_sql, :inequality_predicate_sql, :bind, :find_correlate_in, :nil?, :===, :=~, :!~, :eql?, :hash, :<=>, :class, :singleton_class, :clone, :dup, :initialize_dup, :initialize_clone, :taint, :tainted?, :untaint, :untrust, :untrusted?, :trust, :freeze, :frozen?, :to_s, :inspect, :methods, :singleton_methods, :protected_methods, :private_methods, :public_methods, :instance_variables, :instance_variable_get, :instance_variable_set, :instance_variable_defined?, :instance_of?, :kind_of?, :is_a?, :tap, :send, :public_send, :respond_to?, :respond_to_missing?, :extend, :at_exit, :display, :public_method, :define_singleton_method, :__id__, :object_id, :to_enum, :enum_for, :gem, :silence_warnings, :enable_warnings, :with_warnings, :silence_stderr, :silence_stream, :suppress, :class_eval, :require_library_or_gem, :debugger, :breakpoint, :==, :equal?, :!, :!=, :instance_eval, :instance_exec, :__send__, :controller, :action], @disable_clear_and_finalize=false, @controller_constraints=nil, @finalized=true, @set=#<Rack::Mount::RouteSet:0x000001009bd330 @parameters_key="action_dispatch.request.path_parameters", @named_routes={:calls=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, :new_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, :edit_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, :call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, :comments=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, :new_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, :edit_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, :comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, :people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, :new_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, :edit_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, :person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, :root=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, :client_people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, :new_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, :edit_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, :client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, :clients=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, :new_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, :edit_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, :client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, :import_tables=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, :new_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, :edit_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, :import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, :csv_import=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, :rails_info_properties=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>}, @recognition_key_analyzer=nil, @generation_key_analyzer=nil, @request_class=ActionDispatch::Request, @valid_conditions=nil, @optimized_recognize_defined=true, @routes=[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>], @recognition_graph=#<Rack::Mount::Multimap:0x00000100eb86f0 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100eb7c00 @hash={}>, "comments"=>#<Rack::Mount::Multimap:0x00000100eacd50 @hash={}>, "people"=>#<Rack::Mount::Multimap:0x00000100ea79e0 @hash={}>, "clients"=>#<Rack::Mount::Multimap:0x00000100ea2a58 @hash={}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e97928 @hash={}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e95d30 @hash={}>, "rails"=>#<Rack::Mount::Multimap:0x00000100e954c0 @hash={}>}>, @recognition_keys=[path_info[0].split(/\.|\//), :request_method, path_info[1].split(/\.|\//)], @generation_graph=#<Rack::Mount::Multimap:0x00000100e7b778 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100e7b098 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>]}>, "comments"=>#<Rack::Mount::Multimap:0x00000100e77d58 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>]}>, "people"=>#<Rack::Mount::Multimap:0x00000100e73190 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>]}>, "clients"=>#<Rack::Mount::Multimap:0x00000100e6f748 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>]}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e6a518 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>], "merge"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>]}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e67138 @hash={"import"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>], "upload"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>]}>, "rails/info"=>#<Rack::Mount::Multimap:0x00000100e65658 @hash={"properties"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>]}>}>, @generation_keys=[:controller, :action]>, @url_helpers=#<Module:0x000001041021d8>>>, @strategies={}>, "action_dispatch.request.path_parameters"=>{:action=>"show", :controller=>"clients", :id=>"1"}, "action_controller.instance"=>#<ClientsController:0x000001041ab440 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"show", "controller"=>"clients", "id"=>"1"}, "action_dispatch.request.formats"=>[text/html], "action_dispatch.request.flash_hash"=>{}}, @fullpath="/clients/1", @request_method="GET", @filtered_parameters={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @method="GET", @symbolized_path_params={:action=>"show", :controller=>"clients", :id=>"1"}>, @content_type="text/html">, @_request=#<ActionDispatch::Request:0x000001041ab2d8 @env={"CONTENT_LENGTH"=>"0", "DOCUMENT_ROOT"=>"/Users/esparkman/Programming/Rails/clientmanager/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/clients/1", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "PASSENGER_ANALYTICS"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"/clients/1", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.7.67", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_PORT"=>"51945", "SERVER_ADDR"=>"127.0.0.1", "SERVER_PORT"=>"3000", "SERVER_NAME"=>"_", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"en-us,en;q=0.5", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_REFERER"=>"http://localhost:3000/", "HTTP_COOKIE"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "HTTP_CACHE_CONTROL"=>"max-age=0", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"ec9Dituo3yW3hSAacKzp3RyNNDKjhKszE4UNgSe0UwV", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0x000001028c66c8 @io=#<PhusionPassenger::Utils::UnseekableSocket:0x000001028d2ec8 @socket=#<UNIXSocket:fd 11>>, @rewindable_io=nil, @unlinked=false>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation], "action_dispatch.secret_token"=>"e9e942d86b4563caa5ea7b27ab676bde8c404a91de938f63fabd01d26ad9a1b12400dc0d4f2204beb50a12006e194d024c9ad2a022735d6ad6fb348bb2e68c36", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"132b1b4d21bf47106e9077606a04f505"}, "rack.request.cookie_string"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "rack.request.cookie_hash"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.cookies"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "warden.errors"=>#<Warden::Proxy::Errors:0x00000100941280>, "warden"=>#<Warden::Proxy:0x00000100941ff0 @winning_strategies={}, @users={}, @env={...}, @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @manager=#<Warden::Manager:0x000001009bf810 @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @app=#<ActionDispatch::Routing::RouteSet:0x0000010091d4e8 @routes=[GET /calls(.:format) {:action=>"index", :controller=>"calls"}, POST /calls(.:format) {:action=>"create", :controller=>"calls"}, GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, GET /calls/:id(.:format) {:action=>"show", :controller=>"calls"}, PUT /calls/:id(.:format) {:action=>"update", :controller=>"calls"}, DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, GET /comments(.:format) {:action=>"index", :controller=>"comments"}, POST /comments(.:format) {:action=>"create", :controller=>"comments"}, GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, GET /comments/:id(.:format) {:action=>"show", :controller=>"comments"}, PUT /comments/:id(.:format) {:action=>"update", :controller=>"comments"}, DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, GET /people(.:format) {:action=>"index", :controller=>"people"}, POST /people(.:format) {:action=>"create", :controller=>"people"}, GET /people/new(.:format) {:action=>"new", :controller=>"people"}, GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, ANY /(.:format) {:controller=>"clients", :action=>"index"}, GET /clients/:client_id/people(.:format) {:action=>"index", :controller=>"people"}, POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /clients/:client_id/people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /clients/:client_id/people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, GET /clients(.:format) {:action=>"index", :controller=>"clients"}, POST /clients(.:format) {:action=>"create", :controller=>"clients"}, GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, GET /clients/:id(.:format) {:action=>"show", :controller=>"clients"}, PUT /clients/:id(.:format) {:action=>"update", :controller=>"clients"}, DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, GET /import_tables(.:format) {:action=>"index", :controller=>"import_tables"}, POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, GET /import_tables/:id(.:format) {:action=>"show", :controller=>"import_tables"}, PUT /import_tables/:id(.:format) {:action=>"update", :controller=>"import_tables"}, DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, POST /import_tables/:id(.:format) {:controller=>"import_tables", :action=>"merge"}, GET /csv/import(.:format) {:controller=>"csv", :action=>"import"}, POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}], @named_routes=#<ActionDispatch::Routing::RouteSet::NamedRouteCollection:0x000001012561e0 @routes={:calls=>POST /calls(.:format) {:action=>"create", :controller=>"calls"}, :new_call=>GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, :edit_call=>GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, :call=>DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, :comments=>POST /comments(.:format) {:action=>"create", :controller=>"comments"}, :new_comment=>GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, :edit_comment=>GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, :comment=>DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, :people=>POST /people(.:format) {:action=>"create", :controller=>"people"}, :new_person=>GET /people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_person=>GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :person=>DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :root=>ANY /(.:format) {:controller=>"clients", :action=>"index"}, :client_people=>POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, :new_client_person=>GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_client_person=>GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :client_person=>DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :clients=>POST /clients(.:format) {:action=>"create", :controller=>"clients"}, :new_client=>GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, :edit_client=>GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, :client=>DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, :import_tables=>POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, :new_import_table=>GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, :edit_import_table=>GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, :import_table=>DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, :csv_import=>POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, :rails_info_properties=>ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}}, @helpers=[:hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_new_call_url, :new_call_url, :hash_for_new_call_path, :new_call_path, :hash_for_edit_call_url, :edit_call_url, :hash_for_edit_call_path, :edit_call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_new_comment_url, :new_comment_url, :hash_for_new_comment_path, :new_comment_path, :hash_for_edit_comment_url, :edit_comment_url, :hash_for_edit_comment_path, :edit_comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_new_person_url, :new_person_url, :hash_for_new_person_path, :new_person_path, :hash_for_edit_person_url, :edit_person_url, :hash_for_edit_person_path, :edit_person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_root_url, :root_url, :hash_for_root_path, :root_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_new_client_person_url, :new_client_person_url, :hash_for_new_client_person_path, :new_client_person_path, :hash_for_edit_client_person_url, :edit_client_person_url, :hash_for_edit_client_person_path, :edit_client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_new_client_url, :new_client_url, :hash_for_new_client_path, :new_client_path, :hash_for_edit_client_url, :edit_client_url, :hash_for_edit_client_path, :edit_client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_new_import_table_url, :new_import_table_url, :hash_for_new_import_table_path, :new_import_table_path, :hash_for_edit_import_table_url, :edit_import_table_url, :hash_for_edit_import_table_path, :edit_import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_rails_info_properties_url, :rails_info_properties_url, :hash_for_rails_info_properties_path, :rails_info_properties_path], @module=#<Module:0x000001012560c8>>, @resources_path_names={:new=>"new", :edit=>"edit"}, @controller_namespaces=#<Set: {"devise"}>, @default_url_options={}, @request_class=ActionDispatch::Request, @valid_conditions=[:auth_type, :gateway_interface, :path_translated, :remote_host, :remote_ident, :remote_user, :remote_addr, :server_name, :server_protocol, :accept, :accept_charset, :accept_encoding, :accept_language, :cache_control, :from, :negotiate, :pragma, :key?, :request_method, :request_method_symbol, :method, :method_symbol, :get?, :post?, :put?, :delete?, :head?, :headers, :fullpath, :forgery_whitelisted?, :media_type, :content_length, :xml_http_request?, :xhr?, :ip, :remote_ip, :server_software, :raw_post, :body, :form_data?, :body_stream, :reset_session, :session=, :session_options=, :GET, :query_parameters, :POST, :request_parameters, :authorization, :local?, :url, :scheme, :protocol, :ssl?, :raw_host_with_port, :host, :host_with_port, :port, :standard_port, :standard_port?, :port_string, :server_port, :domain, :subdomains, :subdomain, :request_uri, :filtered_parameters, :filtered_env, :parameters, :params, :path_parameters=, :symbolized_path_parameters, :path_parameters, :content_mime_type, :content_type, :accepts, :format, :formats, :format=, :negotiate_mime, :if_modified_since, :if_none_match, :not_modified?, :etag_matches?, :fresh?, :env, :script_name, :path_info, :query_string, :session, :session_options, :logger, :media_type_params, :content_charset, :script_name=, :path_info=, :options?, :trace?, :parseable_data?, :[], :[]=, :values_at, :referer, :referrer, :user_agent, :cookies, :path, :taguri=, :taguri, :to_yaml_style, :to_yaml_properties, :syck_to_yaml, :to_yaml, :blank?, :present?, :presence, :duplicable?, :acts_like?, :try, :html_safe?, :with_options, :to_param, :to_query, :returning, :`, :instance_values, :instance_variable_names, :copy_instance_variables_from, :to_json, :require_or_load, :require_dependency, :require_association, :load_dependency, :load, :require, :unloadable, :to_sql, :equality_predicate_sql, :inequality_predicate_sql, :bind, :find_correlate_in, :nil?, :===, :=~, :!~, :eql?, :hash, :<=>, :class, :singleton_class, :clone, :dup, :initialize_dup, :initialize_clone, :taint, :tainted?, :untaint, :untrust, :untrusted?, :trust, :freeze, :frozen?, :to_s, :inspect, :methods, :singleton_methods, :protected_methods, :private_methods, :public_methods, :instance_variables, :instance_variable_get, :instance_variable_set, :instance_variable_defined?, :instance_of?, :kind_of?, :is_a?, :tap, :send, :public_send, :respond_to?, :respond_to_missing?, :extend, :at_exit, :display, :public_method, :define_singleton_method, :__id__, :object_id, :to_enum, :enum_for, :gem, :silence_warnings, :enable_warnings, :with_warnings, :silence_stderr, :silence_stream, :suppress, :class_eval, :require_library_or_gem, :debugger, :breakpoint, :==, :equal?, :!, :!=, :instance_eval, :instance_exec, :__send__, :controller, :action], @disable_clear_and_finalize=false, @controller_constraints=nil, @finalized=true, @set=#<Rack::Mount::RouteSet:0x000001009bd330 @parameters_key="action_dispatch.request.path_parameters", @named_routes={:calls=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, :new_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, :edit_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, :call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, :comments=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, :new_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, :edit_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, :comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, :people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, :new_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, :edit_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, :person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, :root=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, :client_people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, :new_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, :edit_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, :client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, :clients=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, :new_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, :edit_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, :client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, :import_tables=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, :new_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, :edit_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, :import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, :csv_import=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, :rails_info_properties=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>}, @recognition_key_analyzer=nil, @generation_key_analyzer=nil, @request_class=ActionDispatch::Request, @valid_conditions=nil, @optimized_recognize_defined=true, @routes=[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>], @recognition_graph=#<Rack::Mount::Multimap:0x00000100eb86f0 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100eb7c00 @hash={}>, "comments"=>#<Rack::Mount::Multimap:0x00000100eacd50 @hash={}>, "people"=>#<Rack::Mount::Multimap:0x00000100ea79e0 @hash={}>, "clients"=>#<Rack::Mount::Multimap:0x00000100ea2a58 @hash={}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e97928 @hash={}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e95d30 @hash={}>, "rails"=>#<Rack::Mount::Multimap:0x00000100e954c0 @hash={}>}>, @recognition_keys=[path_info[0].split(/\.|\//), :request_method, path_info[1].split(/\.|\//)], @generation_graph=#<Rack::Mount::Multimap:0x00000100e7b778 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100e7b098 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>]}>, "comments"=>#<Rack::Mount::Multimap:0x00000100e77d58 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>]}>, "people"=>#<Rack::Mount::Multimap:0x00000100e73190 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>]}>, "clients"=>#<Rack::Mount::Multimap:0x00000100e6f748 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>]}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e6a518 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>], "merge"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>]}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e67138 @hash={"import"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>], "upload"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>]}>, "rails/info"=>#<Rack::Mount::Multimap:0x00000100e65658 @hash={"properties"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>]}>}>, @generation_keys=[:controller, :action]>, @url_helpers=#<Module:0x000001041021d8>>>, @strategies={}>, "action_dispatch.request.path_parameters"=>{:action=>"show", :controller=>"clients", :id=>"1"}, "action_controller.instance"=>#<ClientsController:0x000001041ab440 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"show", "controller"=>"clients", "id"=>"1"}, "action_dispatch.request.formats"=>[text/html], "action_dispatch.request.flash_hash"=>{}}, @fullpath="/clients/1", @request_method="GET", @filtered_parameters={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @method="GET", @symbolized_path_params={:action=>"show", :controller=>"clients", :id=>"1"}>, @_env={"CONTENT_LENGTH"=>"0", "DOCUMENT_ROOT"=>"/Users/esparkman/Programming/Rails/clientmanager/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/clients/1", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "PASSENGER_ANALYTICS"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"/clients/1", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.7.67", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_PORT"=>"51945", "SERVER_ADDR"=>"127.0.0.1", "SERVER_PORT"=>"3000", "SERVER_NAME"=>"_", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"en-us,en;q=0.5", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_REFERER"=>"http://localhost:3000/", "HTTP_COOKIE"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "HTTP_CACHE_CONTROL"=>"max-age=0", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"ec9Dituo3yW3hSAacKzp3RyNNDKjhKszE4UNgSe0UwV", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0x000001028c66c8 @io=#<PhusionPassenger::Utils::UnseekableSocket:0x000001028d2ec8 @socket=#<UNIXSocket:fd 11>>, @rewindable_io=nil, @unlinked=false>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation], "action_dispatch.secret_token"=>"e9e942d86b4563caa5ea7b27ab676bde8c404a91de938f63fabd01d26ad9a1b12400dc0d4f2204beb50a12006e194d024c9ad2a022735d6ad6fb348bb2e68c36", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"132b1b4d21bf47106e9077606a04f505"}, "rack.request.cookie_string"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "rack.request.cookie_hash"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.cookies"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "warden.errors"=>#<Warden::Proxy::Errors:0x00000100941280>, "warden"=>#<Warden::Proxy:0x00000100941ff0 @winning_strategies={}, @users={}, @env={...}, @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @manager=#<Warden::Manager:0x000001009bf810 @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @app=#<ActionDispatch::Routing::RouteSet:0x0000010091d4e8 @routes=[GET /calls(.:format) {:action=>"index", :controller=>"calls"}, POST /calls(.:format) {:action=>"create", :controller=>"calls"}, GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, GET /calls/:id(.:format) {:action=>"show", :controller=>"calls"}, PUT /calls/:id(.:format) {:action=>"update", :controller=>"calls"}, DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, GET /comments(.:format) {:action=>"index", :controller=>"comments"}, POST /comments(.:format) {:action=>"create", :controller=>"comments"}, GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, GET /comments/:id(.:format) {:action=>"show", :controller=>"comments"}, PUT /comments/:id(.:format) {:action=>"update", :controller=>"comments"}, DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, GET /people(.:format) {:action=>"index", :controller=>"people"}, POST /people(.:format) {:action=>"create", :controller=>"people"}, GET /people/new(.:format) {:action=>"new", :controller=>"people"}, GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, ANY /(.:format) {:controller=>"clients", :action=>"index"}, GET /clients/:client_id/people(.:format) {:action=>"index", :controller=>"people"}, POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /clients/:client_id/people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /clients/:client_id/people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, GET /clients(.:format) {:action=>"index", :controller=>"clients"}, POST /clients(.:format) {:action=>"create", :controller=>"clients"}, GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, GET /clients/:id(.:format) {:action=>"show", :controller=>"clients"}, PUT /clients/:id(.:format) {:action=>"update", :controller=>"clients"}, DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, GET /import_tables(.:format) {:action=>"index", :controller=>"import_tables"}, POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, GET /import_tables/:id(.:format) {:action=>"show", :controller=>"import_tables"}, PUT /import_tables/:id(.:format) {:action=>"update", :controller=>"import_tables"}, DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, POST /import_tables/:id(.:format) {:controller=>"import_tables", :action=>"merge"}, GET /csv/import(.:format) {:controller=>"csv", :action=>"import"}, POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}], @named_routes=#<ActionDispatch::Routing::RouteSet::NamedRouteCollection:0x000001012561e0 @routes={:calls=>POST /calls(.:format) {:action=>"create", :controller=>"calls"}, :new_call=>GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, :edit_call=>GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, :call=>DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, :comments=>POST /comments(.:format) {:action=>"create", :controller=>"comments"}, :new_comment=>GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, :edit_comment=>GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, :comment=>DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, :people=>POST /people(.:format) {:action=>"create", :controller=>"people"}, :new_person=>GET /people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_person=>GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :person=>DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :root=>ANY /(.:format) {:controller=>"clients", :action=>"index"}, :client_people=>POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, :new_client_person=>GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_client_person=>GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :client_person=>DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :clients=>POST /clients(.:format) {:action=>"create", :controller=>"clients"}, :new_client=>GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, :edit_client=>GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, :client=>DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, :import_tables=>POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, :new_import_table=>GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, :edit_import_table=>GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, :import_table=>DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, :csv_import=>POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, :rails_info_properties=>ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}}, @helpers=[:hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_new_call_url, :new_call_url, :hash_for_new_call_path, :new_call_path, :hash_for_edit_call_url, :edit_call_url, :hash_for_edit_call_path, :edit_call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_new_comment_url, :new_comment_url, :hash_for_new_comment_path, :new_comment_path, :hash_for_edit_comment_url, :edit_comment_url, :hash_for_edit_comment_path, :edit_comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_new_person_url, :new_person_url, :hash_for_new_person_path, :new_person_path, :hash_for_edit_person_url, :edit_person_url, :hash_for_edit_person_path, :edit_person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_root_url, :root_url, :hash_for_root_path, :root_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_new_client_person_url, :new_client_person_url, :hash_for_new_client_person_path, :new_client_person_path, :hash_for_edit_client_person_url, :edit_client_person_url, :hash_for_edit_client_person_path, :edit_client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_new_client_url, :new_client_url, :hash_for_new_client_path, :new_client_path, :hash_for_edit_client_url, :edit_client_url, :hash_for_edit_client_path, :edit_client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_new_import_table_url, :new_import_table_url, :hash_for_new_import_table_path, :new_import_table_path, :hash_for_edit_import_table_url, :edit_import_table_url, :hash_for_edit_import_table_path, :edit_import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_rails_info_properties_url, :rails_info_properties_url, :hash_for_rails_info_properties_path, :rails_info_properties_path], @module=#<Module:0x000001012560c8>>, @resources_path_names={:new=>"new", :edit=>"edit"}, @controller_namespaces=#<Set: {"devise"}>, @default_url_options={}, @request_class=ActionDispatch::Request, @valid_conditions=[:auth_type, :gateway_interface, :path_translated, :remote_host, :remote_ident, :remote_user, :remote_addr, :server_name, :server_protocol, :accept, :accept_charset, :accept_encoding, :accept_language, :cache_control, :from, :negotiate, :pragma, :key?, :request_method, :request_method_symbol, :method, :method_symbol, :get?, :post?, :put?, :delete?, :head?, :headers, :fullpath, :forgery_whitelisted?, :media_type, :content_length, :xml_http_request?, :xhr?, :ip, :remote_ip, :server_software, :raw_post, :body, :form_data?, :body_stream, :reset_session, :session=, :session_options=, :GET, :query_parameters, :POST, :request_parameters, :authorization, :local?, :url, :scheme, :protocol, :ssl?, :raw_host_with_port, :host, :host_with_port, :port, :standard_port, :standard_port?, :port_string, :server_port, :domain, :subdomains, :subdomain, :request_uri, :filtered_parameters, :filtered_env, :parameters, :params, :path_parameters=, :symbolized_path_parameters, :path_parameters, :content_mime_type, :content_type, :accepts, :format, :formats, :format=, :negotiate_mime, :if_modified_since, :if_none_match, :not_modified?, :etag_matches?, :fresh?, :env, :script_name, :path_info, :query_string, :session, :session_options, :logger, :media_type_params, :content_charset, :script_name=, :path_info=, :options?, :trace?, :parseable_data?, :[], :[]=, :values_at, :referer, :referrer, :user_agent, :cookies, :path, :taguri=, :taguri, :to_yaml_style, :to_yaml_properties, :syck_to_yaml, :to_yaml, :blank?, :present?, :presence, :duplicable?, :acts_like?, :try, :html_safe?, :with_options, :to_param, :to_query, :returning, :`, :instance_values, :instance_variable_names, :copy_instance_variables_from, :to_json, :require_or_load, :require_dependency, :require_association, :load_dependency, :load, :require, :unloadable, :to_sql, :equality_predicate_sql, :inequality_predicate_sql, :bind, :find_correlate_in, :nil?, :===, :=~, :!~, :eql?, :hash, :<=>, :class, :singleton_class, :clone, :dup, :initialize_dup, :initialize_clone, :taint, :tainted?, :untaint, :untrust, :untrusted?, :trust, :freeze, :frozen?, :to_s, :inspect, :methods, :singleton_methods, :protected_methods, :private_methods, :public_methods, :instance_variables, :instance_variable_get, :instance_variable_set, :instance_variable_defined?, :instance_of?, :kind_of?, :is_a?, :tap, :send, :public_send, :respond_to?, :respond_to_missing?, :extend, :at_exit, :display, :public_method, :define_singleton_method, :__id__, :object_id, :to_enum, :enum_for, :gem, :silence_warnings, :enable_warnings, :with_warnings, :silence_stderr, :silence_stream, :suppress, :class_eval, :require_library_or_gem, :debugger, :breakpoint, :==, :equal?, :!, :!=, :instance_eval, :instance_exec, :__send__, :controller, :action], @disable_clear_and_finalize=false, @controller_constraints=nil, @finalized=true, @set=#<Rack::Mount::RouteSet:0x000001009bd330 @parameters_key="action_dispatch.request.path_parameters", @named_routes={:calls=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, :new_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, :edit_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, :call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, :comments=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, :new_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, :edit_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, :comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, :people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, :new_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, :edit_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, :person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, :root=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, :client_people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, :new_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, :edit_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, :client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, :clients=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, :new_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, :edit_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, :client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, :import_tables=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, :new_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, :edit_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, :import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, :csv_import=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, :rails_info_properties=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>}, @recognition_key_analyzer=nil, @generation_key_analyzer=nil, @request_class=ActionDispatch::Request, @valid_conditions=nil, @optimized_recognize_defined=true, @routes=[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>], @recognition_graph=#<Rack::Mount::Multimap:0x00000100eb86f0 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100eb7c00 @hash={}>, "comments"=>#<Rack::Mount::Multimap:0x00000100eacd50 @hash={}>, "people"=>#<Rack::Mount::Multimap:0x00000100ea79e0 @hash={}>, "clients"=>#<Rack::Mount::Multimap:0x00000100ea2a58 @hash={}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e97928 @hash={}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e95d30 @hash={}>, "rails"=>#<Rack::Mount::Multimap:0x00000100e954c0 @hash={}>}>, @recognition_keys=[path_info[0].split(/\.|\//), :request_method, path_info[1].split(/\.|\//)], @generation_graph=#<Rack::Mount::Multimap:0x00000100e7b778 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100e7b098 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>]}>, "comments"=>#<Rack::Mount::Multimap:0x00000100e77d58 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>]}>, "people"=>#<Rack::Mount::Multimap:0x00000100e73190 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>]}>, "clients"=>#<Rack::Mount::Multimap:0x00000100e6f748 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>]}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e6a518 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>], "merge"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>]}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e67138 @hash={"import"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>], "upload"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>]}>, "rails/info"=>#<Rack::Mount::Multimap:0x00000100e65658 @hash={"properties"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>]}>}>, @generation_keys=[:controller, :action]>, @url_helpers=#<Module:0x000001041021d8>>>, @strategies={}>, "action_dispatch.request.path_parameters"=>{:action=>"show", :controller=>"clients", :id=>"1"}, "action_controller.instance"=>#<ClientsController:0x000001041ab440 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"show", "controller"=>"clients", "id"=>"1"}, "action_dispatch.request.formats"=>[text/html], "action_dispatch.request.flash_hash"=>{}}, @lookup_context=#<ActionView::LookupContext:0x0000010414bf40 @details_key=#<ActionView::LookupContext::DetailsKey:0x0000010406f338 @hash=-3135065873500905220>, @details={:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:en, :en]}, @skip_default_locale=false, @frozen_formats=true, @view_paths=[/Users/esparkman/Programming/Rails/clientmanager/app/views, /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/devise-1.1.2/app/views]>, @_action_name="show", @_response_body=nil, @_config={}, @_params={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @client=#<Client id: 1, name: "Via Christi", address: "", city: "", state: "", zip_code: "", contact: "", created_at: "2010-09-21 17:57:15", updated_at: "2010-09-21 17:57:15">> | |
| action_dispatch.cookies: {"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"} | |
| action_dispatch.parameter_filter: [:password, :password, :password_confirmation] | |
| action_dispatch.remote_ip: 127.0.0.1 | |
| action_dispatch.request.content_type: nil | |
| action_dispatch.request.flash_hash: {} | |
| action_dispatch.request.formats: [text/html] | |
| action_dispatch.request.parameters: {"action"=>"show", "controller"=>"clients", "id"=>"1"} | |
| action_dispatch.request.path_parameters: {:action=>"show", :controller=>"clients", :id=>"1"} | |
| action_dispatch.request.query_parameters: {} | |
| action_dispatch.request.request_parameters: {} | |
| action_dispatch.request.unsigned_session_cookie: {"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="} | |
| action_dispatch.secret_token: "e9e942d86b4563caa5ea7b27ab676bde8c404a91de938f63fabd01d26ad9a1b12400dc0d4f2204beb50a12006e194d024c9ad2a022735d6ad6fb348bb2e68c36" | |
| rack.errors: #<IO:<STDERR>> | |
| rack.input: #<PhusionPassenger::Utils::RewindableInput:0x000001028c66c8 @io=#<PhusionPassenger::Utils::UnseekableSocket:0x000001028d2ec8 @socket=#<UNIXSocket:fd 11>>, @rewindable_io=nil, @unlinked=false> | |
| rack.multiprocess: true | |
| rack.multithread: false | |
| rack.request.cookie_hash: {"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"} | |
| rack.request.cookie_string: "_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9" | |
| rack.request.query_hash: {} | |
| rack.request.query_string: "" | |
| rack.run_once: false | |
| rack.session: {"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="} | |
| rack.session.options: {:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"132b1b4d21bf47106e9077606a04f505"} | |
| rack.url_scheme: "http" | |
| rack.version: [1, 0] | |
| warden: #<Warden::Proxy:0x00000100941ff0 @winning_strategies={}, @users={}, @env={"CONTENT_LENGTH"=>"0", "DOCUMENT_ROOT"=>"/Users/esparkman/Programming/Rails/clientmanager/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/clients/1", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "PASSENGER_ANALYTICS"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"/clients/1", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.7.67", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_PORT"=>"51945", "SERVER_ADDR"=>"127.0.0.1", "SERVER_PORT"=>"3000", "SERVER_NAME"=>"_", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"en-us,en;q=0.5", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_REFERER"=>"http://localhost:3000/", "HTTP_COOKIE"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "HTTP_CACHE_CONTROL"=>"max-age=0", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"ec9Dituo3yW3hSAacKzp3RyNNDKjhKszE4UNgSe0UwV", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0x000001028c66c8 @io=#<PhusionPassenger::Utils::UnseekableSocket:0x000001028d2ec8 @socket=#<UNIXSocket:fd 11>>, @rewindable_io=nil, @unlinked=false>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation], "action_dispatch.secret_token"=>"e9e942d86b4563caa5ea7b27ab676bde8c404a91de938f63fabd01d26ad9a1b12400dc0d4f2204beb50a12006e194d024c9ad2a022735d6ad6fb348bb2e68c36", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"132b1b4d21bf47106e9077606a04f505"}, "rack.request.cookie_string"=>"_import-csv-files-in-rails-3_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY%3D--2e2595a4d92fe3ffc3a973852b0415ae860f91f9", "rack.request.cookie_hash"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.cookies"=>{"_import-csv-files-in-rails-3_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMTMyYjFiNGQyMWJmNDcxMDZlOTA3NzYwNmEwNGY1MDVJIhBfY3NyZl90b2tlbgY7AEZJIjF1NlE3ZUs3VDE2bkFzbUk4bVJBSENkcTR5WVZEMTVFS3JQS0JBYUxFeGtNPQY7AEY=--2e2595a4d92fe3ffc3a973852b0415ae860f91f9"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"132b1b4d21bf47106e9077606a04f505", "_csrf_token"=>"u6Q7eK7T16nAsmI8mRAHCdq4yYVD15EKrPKBAaLExkM="}, "warden.errors"=>#<Warden::Proxy::Errors:0x00000100941280>, "warden"=>#<Warden::Proxy:0x00000100941ff0 ...>, "action_dispatch.request.path_parameters"=>{:action=>"show", :controller=>"clients", :id=>"1"}, "action_controller.instance"=>#<ClientsController:0x000001041ab440 @action_has_layout=true, @view_context_class=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_response=#<ActionDispatch::Response:0x000001041ab2b0 @writer=#<Proc:0x000001041ab1e8@/Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.0.0/lib/action_dispatch/http/response.rb:44 (lambda)>, @block=nil, @length=0, @header={}, @status=200, @body=[], @cookie=[], @sending_file=false, @blank=false, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x000001041ab2d8 @env={...}, @fullpath="/clients/1", @request_method="GET", @filtered_parameters={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @method="GET", @symbolized_path_params={:action=>"show", :controller=>"clients", :id=>"1"}>, @content_type="text/html">, @_request=#<ActionDispatch::Request:0x000001041ab2d8 @env={...}, @fullpath="/clients/1", @request_method="GET", @filtered_parameters={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @method="GET", @symbolized_path_params={:action=>"show", :controller=>"clients", :id=>"1"}>, @_env={...}, @lookup_context=#<ActionView::LookupContext:0x0000010414bf40 @details_key=#<ActionView::LookupContext::DetailsKey:0x0000010406f338 @hash=-3135065873500905220>, @details={:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:en, :en]}, @skip_default_locale=false, @frozen_formats=true, @view_paths=[/Users/esparkman/Programming/Rails/clientmanager/app/views, /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/devise-1.1.2/app/views]>, @_action_name="show", @_response_body=nil, @_config={}, @_params={"action"=>"show", "controller"=>"clients", "id"=>"1"}, @client=#<Client id: 1, name: "Via Christi", address: "", city: "", state: "", zip_code: "", contact: "", created_at: "2010-09-21 17:57:15", updated_at: "2010-09-21 17:57:15">>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"show", "controller"=>"clients", "id"=>"1"}, "action_dispatch.request.formats"=>[text/html], "action_dispatch.request.flash_hash"=>{}}, @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @manager=#<Warden::Manager:0x000001009bf810 @config={:default_scope=>nil, :scope_defaults=>{}, :default_strategies=>{}, :failure_app=>Devise::FailureApp}, @app=#<ActionDispatch::Routing::RouteSet:0x0000010091d4e8 @routes=[GET /calls(.:format) {:action=>"index", :controller=>"calls"}, POST /calls(.:format) {:action=>"create", :controller=>"calls"}, GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, GET /calls/:id(.:format) {:action=>"show", :controller=>"calls"}, PUT /calls/:id(.:format) {:action=>"update", :controller=>"calls"}, DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, GET /comments(.:format) {:action=>"index", :controller=>"comments"}, POST /comments(.:format) {:action=>"create", :controller=>"comments"}, GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, GET /comments/:id(.:format) {:action=>"show", :controller=>"comments"}, PUT /comments/:id(.:format) {:action=>"update", :controller=>"comments"}, DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, GET /people(.:format) {:action=>"index", :controller=>"people"}, POST /people(.:format) {:action=>"create", :controller=>"people"}, GET /people/new(.:format) {:action=>"new", :controller=>"people"}, GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, ANY /(.:format) {:controller=>"clients", :action=>"index"}, GET /clients/:client_id/people(.:format) {:action=>"index", :controller=>"people"}, POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, GET /clients/:client_id/people/:id(.:format) {:action=>"show", :controller=>"people"}, PUT /clients/:client_id/people/:id(.:format) {:action=>"update", :controller=>"people"}, DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, GET /clients(.:format) {:action=>"index", :controller=>"clients"}, POST /clients(.:format) {:action=>"create", :controller=>"clients"}, GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, GET /clients/:id(.:format) {:action=>"show", :controller=>"clients"}, PUT /clients/:id(.:format) {:action=>"update", :controller=>"clients"}, DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, GET /import_tables(.:format) {:action=>"index", :controller=>"import_tables"}, POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, GET /import_tables/:id(.:format) {:action=>"show", :controller=>"import_tables"}, PUT /import_tables/:id(.:format) {:action=>"update", :controller=>"import_tables"}, DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, POST /import_tables/:id(.:format) {:controller=>"import_tables", :action=>"merge"}, GET /csv/import(.:format) {:controller=>"csv", :action=>"import"}, POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}], @named_routes=#<ActionDispatch::Routing::RouteSet::NamedRouteCollection:0x000001012561e0 @routes={:calls=>POST /calls(.:format) {:action=>"create", :controller=>"calls"}, :new_call=>GET /calls/new(.:format) {:action=>"new", :controller=>"calls"}, :edit_call=>GET /calls/:id/edit(.:format) {:action=>"edit", :controller=>"calls"}, :call=>DELETE /calls/:id(.:format) {:action=>"destroy", :controller=>"calls"}, :comments=>POST /comments(.:format) {:action=>"create", :controller=>"comments"}, :new_comment=>GET /comments/new(.:format) {:action=>"new", :controller=>"comments"}, :edit_comment=>GET /comments/:id/edit(.:format) {:action=>"edit", :controller=>"comments"}, :comment=>DELETE /comments/:id(.:format) {:action=>"destroy", :controller=>"comments"}, :people=>POST /people(.:format) {:action=>"create", :controller=>"people"}, :new_person=>GET /people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_person=>GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :person=>DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :root=>ANY /(.:format) {:controller=>"clients", :action=>"index"}, :client_people=>POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"}, :new_client_person=>GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"}, :edit_client_person=>GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"}, :client_person=>DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"}, :clients=>POST /clients(.:format) {:action=>"create", :controller=>"clients"}, :new_client=>GET /clients/new(.:format) {:action=>"new", :controller=>"clients"}, :edit_client=>GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"}, :client=>DELETE /clients/:id(.:format) {:action=>"destroy", :controller=>"clients"}, :import_tables=>POST /import_tables(.:format) {:action=>"create", :controller=>"import_tables"}, :new_import_table=>GET /import_tables/new(.:format) {:action=>"new", :controller=>"import_tables"}, :edit_import_table=>GET /import_tables/:id/edit(.:format) {:action=>"edit", :controller=>"import_tables"}, :import_table=>DELETE /import_tables/:id(.:format) {:action=>"destroy", :controller=>"import_tables"}, :csv_import=>POST /csv/import(.:format) {:controller=>"csv", :action=>"upload"}, :rails_info_properties=>ANY /rails/info/properties(.:format) {:controller=>"rails/info", :action=>"properties"}}, @helpers=[:hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_calls_url, :calls_url, :hash_for_calls_path, :calls_path, :hash_for_new_call_url, :new_call_url, :hash_for_new_call_path, :new_call_path, :hash_for_edit_call_url, :edit_call_url, :hash_for_edit_call_path, :edit_call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_call_url, :call_url, :hash_for_call_path, :call_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_comments_url, :comments_url, :hash_for_comments_path, :comments_path, :hash_for_new_comment_url, :new_comment_url, :hash_for_new_comment_path, :new_comment_path, :hash_for_edit_comment_url, :edit_comment_url, :hash_for_edit_comment_path, :edit_comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_comment_url, :comment_url, :hash_for_comment_path, :comment_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_people_url, :people_url, :hash_for_people_path, :people_path, :hash_for_new_person_url, :new_person_url, :hash_for_new_person_path, :new_person_path, :hash_for_edit_person_url, :edit_person_url, :hash_for_edit_person_path, :edit_person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_person_url, :person_url, :hash_for_person_path, :person_path, :hash_for_root_url, :root_url, :hash_for_root_path, :root_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_client_people_url, :client_people_url, :hash_for_client_people_path, :client_people_path, :hash_for_new_client_person_url, :new_client_person_url, :hash_for_new_client_person_path, :new_client_person_path, :hash_for_edit_client_person_url, :edit_client_person_url, :hash_for_edit_client_person_path, :edit_client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_client_person_url, :client_person_url, :hash_for_client_person_path, :client_person_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_clients_url, :clients_url, :hash_for_clients_path, :clients_path, :hash_for_new_client_url, :new_client_url, :hash_for_new_client_path, :new_client_path, :hash_for_edit_client_url, :edit_client_url, :hash_for_edit_client_path, :edit_client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_client_url, :client_url, :hash_for_client_path, :client_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_import_tables_url, :import_tables_url, :hash_for_import_tables_path, :import_tables_path, :hash_for_new_import_table_url, :new_import_table_url, :hash_for_new_import_table_path, :new_import_table_path, :hash_for_edit_import_table_url, :edit_import_table_url, :hash_for_edit_import_table_path, :edit_import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_import_table_url, :import_table_url, :hash_for_import_table_path, :import_table_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_csv_import_url, :csv_import_url, :hash_for_csv_import_path, :csv_import_path, :hash_for_rails_info_properties_url, :rails_info_properties_url, :hash_for_rails_info_properties_path, :rails_info_properties_path], @module=#<Module:0x000001012560c8>>, @resources_path_names={:new=>"new", :edit=>"edit"}, @controller_namespaces=#<Set: {"devise"}>, @default_url_options={}, @request_class=ActionDispatch::Request, @valid_conditions=[:auth_type, :gateway_interface, :path_translated, :remote_host, :remote_ident, :remote_user, :remote_addr, :server_name, :server_protocol, :accept, :accept_charset, :accept_encoding, :accept_language, :cache_control, :from, :negotiate, :pragma, :key?, :request_method, :request_method_symbol, :method, :method_symbol, :get?, :post?, :put?, :delete?, :head?, :headers, :fullpath, :forgery_whitelisted?, :media_type, :content_length, :xml_http_request?, :xhr?, :ip, :remote_ip, :server_software, :raw_post, :body, :form_data?, :body_stream, :reset_session, :session=, :session_options=, :GET, :query_parameters, :POST, :request_parameters, :authorization, :local?, :url, :scheme, :protocol, :ssl?, :raw_host_with_port, :host, :host_with_port, :port, :standard_port, :standard_port?, :port_string, :server_port, :domain, :subdomains, :subdomain, :request_uri, :filtered_parameters, :filtered_env, :parameters, :params, :path_parameters=, :symbolized_path_parameters, :path_parameters, :content_mime_type, :content_type, :accepts, :format, :formats, :format=, :negotiate_mime, :if_modified_since, :if_none_match, :not_modified?, :etag_matches?, :fresh?, :env, :script_name, :path_info, :query_string, :session, :session_options, :logger, :media_type_params, :content_charset, :script_name=, :path_info=, :options?, :trace?, :parseable_data?, :[], :[]=, :values_at, :referer, :referrer, :user_agent, :cookies, :path, :taguri=, :taguri, :to_yaml_style, :to_yaml_properties, :syck_to_yaml, :to_yaml, :blank?, :present?, :presence, :duplicable?, :acts_like?, :try, :html_safe?, :with_options, :to_param, :to_query, :returning, :`, :instance_values, :instance_variable_names, :copy_instance_variables_from, :to_json, :require_or_load, :require_dependency, :require_association, :load_dependency, :load, :require, :unloadable, :to_sql, :equality_predicate_sql, :inequality_predicate_sql, :bind, :find_correlate_in, :nil?, :===, :=~, :!~, :eql?, :hash, :<=>, :class, :singleton_class, :clone, :dup, :initialize_dup, :initialize_clone, :taint, :tainted?, :untaint, :untrust, :untrusted?, :trust, :freeze, :frozen?, :to_s, :inspect, :methods, :singleton_methods, :protected_methods, :private_methods, :public_methods, :instance_variables, :instance_variable_get, :instance_variable_set, :instance_variable_defined?, :instance_of?, :kind_of?, :is_a?, :tap, :send, :public_send, :respond_to?, :respond_to_missing?, :extend, :at_exit, :display, :public_method, :define_singleton_method, :__id__, :object_id, :to_enum, :enum_for, :gem, :silence_warnings, :enable_warnings, :with_warnings, :silence_stderr, :silence_stream, :suppress, :class_eval, :require_library_or_gem, :debugger, :breakpoint, :==, :equal?, :!, :!=, :instance_eval, :instance_exec, :__send__, :controller, :action], @disable_clear_and_finalize=false, @controller_constraints=nil, @finalized=true, @set=#<Rack::Mount::RouteSet:0x000001009bd330 @parameters_key="action_dispatch.request.path_parameters", @named_routes={:calls=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, :new_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, :edit_call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, :call=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, :comments=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, :new_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, :edit_comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, :comment=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, :people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, :new_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, :edit_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, :person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, :root=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, :client_people=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, :new_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, :edit_client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, :client_person=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, :clients=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, :new_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, :edit_client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, :client=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, :import_tables=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, :new_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, :edit_import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, :import_table=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, :csv_import=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, :rails_info_properties=>#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>}, @recognition_key_analyzer=nil, @generation_key_analyzer=nil, @request_class=ActionDispatch::Request, @valid_conditions=nil, @optimized_recognize_defined=true, @routes=[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>], @recognition_graph=#<Rack::Mount::Multimap:0x00000100eb86f0 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100eb7c00 @hash={}>, "comments"=>#<Rack::Mount::Multimap:0x00000100eacd50 @hash={}>, "people"=>#<Rack::Mount::Multimap:0x00000100ea79e0 @hash={}>, "clients"=>#<Rack::Mount::Multimap:0x00000100ea2a58 @hash={}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e97928 @hash={}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e95d30 @hash={}>, "rails"=>#<Rack::Mount::Multimap:0x00000100e954c0 @hash={}>}>, @recognition_keys=[path_info[0].split(/\.|\//), :request_method, path_info[1].split(/\.|\//)], @generation_graph=#<Rack::Mount::Multimap:0x00000100e7b778 @hash={"calls"=>#<Rack::Mount::Multimap:0x00000100e7b098 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100986010 @defaults={:action=>"index", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"calls"} @name=:calls>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f07098 @defaults={:action=>"create", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"calls"} @name=:calls>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eb8e70 @defaults={:action=>"new", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"calls"} @name=:new_call>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7c8a8 @defaults={:action=>"edit", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"calls"} @name=:edit_call>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e58548 @defaults={:action=>"show", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"calls"} @name=:call>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e2a4b8 @defaults={:action=>"update", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"calls"} @name=:call>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0c080 @defaults={:action=>"destroy", :controller=>"calls"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/calls\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"calls"} @name=:call>]}>, "comments"=>#<Rack::Mount::Multimap:0x00000100e77d58 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100daede0 @defaults={:action=>"index", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"comments"} @name=:comments>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100cb8440 @defaults={:action=>"create", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"comments"} @name=:comments>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100c71b30 @defaults={:action=>"new", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"comments"} @name=:new_comment>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100bf4fe0 @defaults={:action=>"edit", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"comments"} @name=:edit_comment>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100acd388 @defaults={:action=>"show", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"comments"} @name=:comment>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a48d68 @defaults={:action=>"update", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"comments"} @name=:comment>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a25b60 @defaults={:action=>"destroy", :controller=>"comments"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/comments\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"comments"} @name=:comment>]}>, "people"=>#<Rack::Mount::Multimap:0x00000100e73190 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100a00978 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102807ca0 @defaults={:action=>"index", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"people"} @name=:client_people>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001009912d0 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:people>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101520128 @defaults={:action=>"create", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"people"} @name=:client_people>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010095d638 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101511a60 @defaults={:action=>"new", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"people"} @name=:new_client_person>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e0f550 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014ea758 @defaults={:action=>"edit", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"people"} @name=:edit_client_person>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102908618 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001014b99c8 @defaults={:action=>"show", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"people"} @name=:client_person>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001028c56d8 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101495640 @defaults={:action=>"update", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"people"} @name=:client_person>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000102878108 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:person>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010147a2c8 @defaults={:action=>"destroy", :controller=>"people"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<client_id>[^\/.?]+)\/people\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"people"} @name=:client_person>]}>, "clients"=>#<Rack::Mount::Multimap:0x00000100e6f748 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010283cf68 @defaults={:controller=>"clients", :action=>"index"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"clients", :action=>"index"} @name=:root>, #<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101418168 @defaults={:action=>"index", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"clients"} @name=:clients>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012de978 @defaults={:action=>"create", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"clients"} @name=:clients>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012b7e40 @defaults={:action=>"new", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"clients"} @name=:new_client>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101272610 @defaults={:action=>"edit", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"clients"} @name=:edit_client>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x0000010124a610 @defaults={:action=>"show", :controller=>"clients"}, @glob_param=nil, @controllers={"clients"=>#<ActiveSupport::Dependencies::Reference:0x00000101761590 @name="ClientsController">}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"clients"} @name=:client>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001012199e8 @defaults={:action=>"update", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"clients"} @name=:client>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000101156678 @defaults={:action=>"destroy", :controller=>"clients"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/clients\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"clients"} @name=:client>]}>, "import_tables"=>#<Rack::Mount::Multimap:0x00000100e6a518 @hash={"index"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x000001010a9590 @defaults={:action=>"index", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"index", :controller=>"import_tables"} @name=:import_tables>], "create"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fe0a00 @defaults={:action=>"create", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:action=>"create", :controller=>"import_tables"} @name=:import_tables>], "new"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100fb1c28 @defaults={:action=>"new", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/new(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"new", :controller=>"import_tables"} @name=:new_import_table>], "edit"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f5e960 @defaults={:action=>"edit", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)\/edit(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"edit", :controller=>"import_tables"} @name=:edit_import_table>], "show"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100f193b0 @defaults={:action=>"show", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:action=>"show", :controller=>"import_tables"} @name=:import_table>], "update"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100eabe50 @defaults={:action=>"update", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/PUT/} @defaults={:action=>"update", :controller=>"import_tables"} @name=:import_table>], "destroy"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e7ab48 @defaults={:action=>"destroy", :controller=>"import_tables"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/DELETE/} @defaults={:action=>"destroy", :controller=>"import_tables"} @name=:import_table>], "merge"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e65cc0 @defaults={:controller=>"import_tables", :action=>"merge"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/import_tables\/(?<id>[^\/.?]+)(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"import_tables", :action=>"merge"} @name=nil>]}>, "csv"=>#<Rack::Mount::Multimap:0x00000100e67138 @hash={"import"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e50af0 @defaults={:controller=>"csv", :action=>"import"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/GET/} @defaults={:controller=>"csv", :action=>"import"} @name=:csv_import>], "upload"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100e139c0 @defaults={:controller=>"csv", :action=>"upload"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/csv\/import(?:\.(?<format>[^\/.?]+))?\Z/, :request_method=>/POST/} @defaults={:controller=>"csv", :action=>"upload"} @name=:csv_import>]}>, "rails/info"=>#<Rack::Mount::Multimap:0x00000100e65658 @hash={"properties"=>[#<Rack::Mount::Route @app=#<ActionDispatch::Routing::RouteSet::Dispatcher:0x00000100d9d338 @defaults={:controller=>"rails/info", :action=>"properties"}, @glob_param=nil, @controllers={}> @conditions={:path_info=>/\A\/rails\/info\/properties(?:\.(?<format>[^\/.?]+))?\Z/} @defaults={:controller=>"rails/info", :action=>"properties"} @name=:rails_info_properties>]}>}>, @generation_keys=[:controller, :action]>, @url_helpers=#<Module:0x000001041021d8>>>, @strategies={}> | |
| warden.errors: #<Warden::Proxy::Errors:0x00000100941280> | |
| Response | |
| Headers: | |
| None | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class PeopleController < ApplicationController | |
| # GET /people | |
| # GET /people.xml | |
| def index | |
| @people = Person.all | |
| respond_to do |format| | |
| format.html # index.html.erb | |
| format.xml { render :xml => @people } | |
| end | |
| end | |
| # GET /people/1 | |
| # GET /people/1.xml | |
| def show | |
| @person = Person.find(params[:id]) | |
| respond_to do |format| | |
| format.html # show.html.erb | |
| format.xml { render :xml => @person } | |
| end | |
| end | |
| # GET /people/new | |
| # GET /people/new.xml | |
| def new | |
| @person = Person.new | |
| respond_to do |format| | |
| format.html # new.html.erb | |
| format.xml { render :xml => @person } | |
| end | |
| end | |
| # GET /people/1/edit | |
| def edit | |
| @person = Person.find(params[:id]) | |
| end | |
| # POST /people | |
| # POST /people.xml | |
| def create | |
| @person = Person.new(params[:person]) | |
| respond_to do |format| | |
| if @person.save | |
| format.html { redirect_to(@person, :notice => 'Person was successfully created.') } | |
| format.xml { render :xml => @person, :status => :created, :location => @person } | |
| else | |
| format.html { render :action => "new" } | |
| format.xml { render :xml => @person.errors, :status => :unprocessable_entity } | |
| end | |
| end | |
| end | |
| # PUT /people/1 | |
| # PUT /people/1.xml | |
| def update | |
| @person = Person.find(params[:id]) | |
| respond_to do |format| | |
| if @person.update_attributes(params[:person]) | |
| format.html { redirect_to(@person, :notice => 'Person was successfully updated.') } | |
| format.xml { head :ok } | |
| else | |
| format.html { render :action => "edit" } | |
| format.xml { render :xml => @person.errors, :status => :unprocessable_entity } | |
| end | |
| end | |
| end | |
| # DELETE /people/1 | |
| # DELETE /people/1.xml | |
| def destroy | |
| @person = Person.find(params[:id]) | |
| @person.destroy | |
| respond_to do |format| | |
| format.html { redirect_to(people_url) } | |
| format.xml { head :ok } | |
| end | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| people GET /people(.:format) {:action=>"index", :controller=>"people"} | |
| people POST /people(.:format) {:action=>"create", :controller=>"people"} | |
| new_person GET /people/new(.:format) {:action=>"new", :controller=>"people"} | |
| edit_person GET /people/:id/edit(.:format) {:action=>"edit", :controller=>"people"} | |
| person GET /people/:id(.:format) {:action=>"show", :controller=>"people"} | |
| person PUT /people/:id(.:format) {:action=>"update", :controller=>"people"} | |
| person DELETE /people/:id(.:format) {:action=>"destroy", :controller=>"people"} | |
| root /(.:format) {:controller=>"clients", :action=>"index"} | |
| client_people GET /clients/:client_id/people(.:format) {:action=>"index", :controller=>"people"} | |
| client_people POST /clients/:client_id/people(.:format) {:action=>"create", :controller=>"people"} | |
| new_client_person GET /clients/:client_id/people/new(.:format) {:action=>"new", :controller=>"people"} | |
| edit_client_person GET /clients/:client_id/people/:id/edit(.:format) {:action=>"edit", :controller=>"people"} | |
| client_person GET /clients/:client_id/people/:id(.:format) {:action=>"show", :controller=>"people"} | |
| client_person PUT /clients/:client_id/people/:id(.:format) {:action=>"update", :controller=>"people"} | |
| client_person DELETE /clients/:client_id/people/:id(.:format) {:action=>"destroy", :controller=>"people"} | |
| clients GET /clients(.:format) {:action=>"index", :controller=>"clients"} | |
| clients POST /clients(.:format) {:action=>"create", :controller=>"clients"} | |
| new_client GET /clients/new(.:format) {:action=>"new", :controller=>"clients"} | |
| edit_client GET /clients/:id/edit(.:format) {:action=>"edit", :controller=>"clients"} | |
| client GET /clients/:id(.:format) {:action=>"show", :controller=>"clients"} | |
| client PUT /clients/:id(.:format) {:action=>"update", :controller=>"clients"} | |
| client DELETE /clients/:id(.:format) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ClientManager::Application.routes.draw do |map| | |
| resources :calls | |
| resources :comments | |
| resources :people | |
| root :to => 'clients#index' | |
| resources :clients do | |
| resources :people | |
| end | |
| resources :import_tables | |
| post 'import_tables/:id' => 'import_tables#merge' | |
| get "csv/import" | |
| post "csv/import" => 'csv#upload' | |
| # The priority is based upon order of creation: | |
| # first created -> highest priority. | |
| # Sample of regular route: | |
| # match 'products/:id' => 'catalog#view' | |
| # Keep in mind you can assign values other than :controller and :action | |
| # Sample of named route: | |
| # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase | |
| # This route can be invoked with purchase_url(:id => product.id) | |
| # Sample resource route (maps HTTP verbs to controller actions automatically): | |
| # resources :products | |
| # Sample resource route with options: | |
| # resources :products do | |
| # member do | |
| # get :short | |
| # post :toggle | |
| # end | |
| # | |
| # collection do | |
| # get :sold | |
| # end | |
| # end | |
| # Sample resource route with sub-resources: | |
| # resources :products do | |
| # resources :comments, :sales | |
| # resource :seller | |
| # end | |
| # Sample resource route with more complex sub-resources | |
| # resources :products do | |
| # resources :comments | |
| # resources :sales do | |
| # get :recent, :on => :collection | |
| # end | |
| # end | |
| # Sample resource route within a namespace: | |
| # namespace :admin do | |
| # # Directs /admin/products/* to Admin::ProductsController | |
| # # (app/controllers/admin/products_controller.rb) | |
| # resources :products | |
| # end | |
| # You can have the root of your site routed with "root" | |
| # just remember to delete public/index.html. | |
| # root :to => "welcome#index" | |
| # See how all your routes lay out with "rake routes" | |
| # This is a legacy wild controller route that's not recommended for RESTful applications. | |
| # Note: This route will make all actions in every controller accessible via GET requests. | |
| # match ':controller(/:action(/:id(.:format)))' | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p id="notice"><%= notice %></p> | |
| <p> | |
| <b>Name:</b> | |
| <%= @client.name %> | |
| </p> | |
| <p> | |
| <b>Address:</b> | |
| <%= @client.address %> | |
| </p> | |
| <p> | |
| <b>City:</b> | |
| <%= @client.city %> | |
| </p> | |
| <p> | |
| <b>State:</b> | |
| <%= @client.state %> | |
| </p> | |
| <p> | |
| <b>Zip code:</b> | |
| <%= @client.zip_code %> | |
| </p> | |
| <p> | |
| <b>Contact:</b> | |
| <%= @client.contact %> | |
| </p> | |
| <div class="logs"> | |
| <b>Call Logs:</b> | |
| <table> | |
| <tr> | |
| <th scope = "col">Caller Name</th> | |
| <th scope = "col">Call Status</th> | |
| <th scope = "col">Actions</th> | |
| </tr> | |
| <% for person in @client.persons %> | |
| <tr> | |
| <td><%= link_to person.full_name %></td> | |
| <td><%= %></td> | |
| <td><%= link_to 'Edit', edit_person_path(person) %> | <%= link_to 'Destroy', person, :confirm => 'Are you sure?', :method => :delete %></td> | |
| </tr> | |
| <% end %> | |
| </table> | |
| </div> | |
| <%= link_to 'Add Person', new_client_person_path(@person) %> | | |
| <%= link_to 'Edit', edit_client_path(@client) %> | | |
| <%= link_to 'Back', clients_path %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment