You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
#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...
#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...
#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...
Sentry Issue: CONVENE-H
The text was updated successfully, but these errors were encountered: