We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b78daf7 + e4a9e49 commit 175e44eCopy full SHA for 175e44e
app/controllers/admin/journeys_controller.rb
@@ -19,6 +19,7 @@ def new
19
20
# GET /admin/journeys/1/edit
21
def edit
22
+ @journey.build_categorization unless @journey.categorization
23
end
24
25
# POST /admin/journeys
0 commit comments