Hi,
I'm trying to combine ViewHints with I18n to translate my app in
french (I don't need an English version). My first take was to
declare:
class WelfareOrgHints < Hobo::ViewHints
model_name "CPAS"
end
Which promptly throws the exception: "uninitialized constant CPAS".
(Stacktrace below.)
I've looked at the code a little but must admit I'm none the wiser.
Am I doing something wrong?
Simon
NameError
uninitialized constant CPAS
RAILS_ROOT: /Users/simon/Documents/Code/cdmgmt
Application Trace | Framework Trace | Full Trace
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:445:in `load_missing_constant'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:77:in `const_missing'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:89:in `const_missing'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:352:in `constantize'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:351:in `each'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:351:in `constantize'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
core_ext/string/inflections.rb:162:in `constantize'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:39:in
`model'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:30
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:12:in
`instance_eval'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:12:in
`children'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:47:in
`primary_children'
rapid/pages:80:in `run_one'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:106:in `each_controller'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:104:in `each'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:104:in `each_controller'
rapid/pages:14:in `run_one'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:53:in `run_for_subsite'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:52:in `each_pair'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:52:in `run_for_subsite'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `each'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:18:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:85:in
`add_routes'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo.rb:77:in `add_routes'
config/routes.rb:6
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:210:in `draw'
config/routes.rb:1
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load_without_new_constant_marking'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:255:in `load_routes!'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:236:in `load!'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:10:in
`reload_without_hobo_assemble'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:22:in
`reload'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:178:in `send'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:178:in `evaluate_method'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:166:in `call'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `run'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `each'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `send'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `run'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:277:in `run_callbacks'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load_without_new_constant_marking'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/
mongrel.rb:64
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:153:in `require'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:153:in `require'
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:148:in `reload_application'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:109:in `dispatch_unlocked'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:123:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:122:in `synchronize'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:122:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:132:in `dispatch_cgi'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:39:in `dispatch'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:445:in `load_missing_constant'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:77:in `const_missing'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:89:in `const_missing'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:352:in `constantize'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:351:in `each'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
inflector.rb:351:in `constantize'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
core_ext/string/inflections.rb:162:in `constantize'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:39:in
`model'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:30
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:12:in
`instance_eval'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:12:in
`children'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/view_hints.rb:47:in
`primary_children'
rapid/pages:80:in `run_one'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:106:in `each_controller'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:104:in `each'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:104:in `each_controller'
rapid/pages:14:in `run_one'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:53:in `run_for_subsite'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:52:in `each_pair'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:52:in `run_for_subsite'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `each'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:46:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/
dryml_generator.rb:18:in `run'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:85:in
`add_routes'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo.rb:77:in `add_routes'
config/routes.rb:6
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:210:in `draw'
config/routes.rb:1
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load_without_new_constant_marking'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:255:in `load_routes!'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
routing/route_set.rb:236:in `load!'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:10:in
`reload_without_hobo_assemble'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/model_router.rb:22:in
`reload'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:148:in `reload_application'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:178:in `send'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:178:in `evaluate_method'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:166:in `call'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `run'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `each'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `send'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:90:in `run'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
callbacks.rb:277:in `run_callbacks'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:109:in `dispatch_unlocked'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:123:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:122:in `synchronize'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:122:in `dispatch'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:132:in `dispatch_cgi'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/
dispatcher.rb:39:in `dispatch'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load_without_new_constant_marking'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:142:in `load'
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/servers/
mongrel.rb:64
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:153:in `require'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:521:in `new_constants_in'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/
dependencies.rb:153:in `require'
/Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
This error occurred while loading the following files:
/Users/simon/Documents/Code/cdmgmt/config/routes.rb
Request
Parameters:
None
Show session dump
---
:return_to:
:user: user:1
:csrf_id: bc63a80082f696fc14316860b1547aef
flash: !map:ActionController::Flash::FlashHash {}
:previous_page_path: /clients
Response
Headers:
{"cookie"=>[],
"Content-Type"=>"",
"Cache-Control"=>"no-cache"}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---