Skip to content

Commit

Permalink
adjusting create action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Feb 18, 2024
1 parent 716c4d5 commit 7c880a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ride-Builder/RideCRUDHelper.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RideCRUDHelper class >> createMethodFor: aSymbol [
self addNoticeSuccess: ''{1} was successfully created.''.
self redirectFor: model
self redirectToIndex
' format: {
aSymbol.
aSymbol asLowercase asPlural asSnakeCase }
Expand Down

0 comments on commit 7c880a1

Please sign in to comment.