Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView::Template::Error: undefined method `new_utility_hookup_url' for #<SpacesController:0x000000000260c0> #1067

Closed
sentry-io bot opened this issue Jan 24, 2023 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 24, 2023

Sentry Issue: CONVENE-H

NoMethodError: undefined method `new_utility_hookup_url' for #<SpacesController:0x000000000260c0>
Did you mean?  space_utility_hookup_url
               space_utility_hookups_url
               new_space_utility_hookup_url
               edit_utility_hookup_url
  app/controllers/application_controller.rb:52:in `url_for'
    super
  app/controllers/application_controller.rb:33:in `url_for'
    space = if options[0].try(:branded_domain).present?
  app/views/spaces/edit.html.erb:55:
    <%= link_to "Add a Utility", [:new, space, :utility_hookup] %>
...
(121 additional frame(s) were not displayed)

ActionView::Template::Error: undefined method `new_utility_hookup_url' for #<SpacesController:0x000000000260c0>
Did you mean?  space_utility_hookup_url
               space_utility_hookups_url
               new_space_utility_hookup_url
               edit_utility_hookup_url
zspencer added a commit that referenced this issue Jan 24, 2023
#1067

Turns out, having the Space routes split into two sections meant some of
the updates to the routes did not get applied for spaces with
BYO-Domains.

This... fixes that...
zspencer added a commit that referenced this issue Jan 24, 2023
#74
#1067

Turns out, having the Space routes split into two sections meant some of
the updates to the routes did not get applied for spaces with
BYO-Domains.

This... fixes that...
zspencer added a commit that referenced this issue Jan 24, 2023
#74
#1067

Turns out, having the Space routes split into two sections meant some of
the updates to the routes did not get applied for spaces with
BYO-Domains.

This... fixes that...
@zspencer
Copy link
Member

I fixed this! Yay!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant