Skip to content

Instantly share code, notes, and snippets.

@queso
Created September 24, 2009 19:01
Show Gist options
  • Save queso/192958 to your computer and use it in GitHub Desktop.
Save queso/192958 to your computer and use it in GitHub Desktop.
ArgumentError: Anonymous modules have no name to be referenced by
from /Users/josh/Code/Clients/chc/chapp/vendor/rails/activesupport/lib/active_support/dependencies.rb:585:in `to_constant_name'
from /Users/josh/Code/Clients/chc/chapp/vendor/rails/activesupport/lib/active_support/dependencies.rb:391:in `qualified_name_for'
from /Users/josh/Code/Clients/chc/chapp/vendor/rails/activesupport/lib/active_support/dependencies.rb:104:in `const_missing'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/outpatient_hci.rb:240:in `calculate_out_of_network_ways_to_save'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:45:in `calculate_employee_hci'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:69:in `all_employees_with_claims'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:67:in `each'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:67:in `all_employees_with_claims'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:39:in `calculate_employee_hci'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/hci.rb:90:in `calculate_employer_data'
from /Users/josh/Code/Clients/chc/chapp/vendor/plugins/chc_hci/app/models/employer.rb:19:in `calculate_hci'
from (irb):14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment