We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fa514 commit ea18945Copy full SHA for ea18945
1 file changed
src/Pyramid-Bloc/PyramidSaveModelVerifier.class.st
@@ -47,10 +47,9 @@ PyramidSaveModelVerifier class >> classPackageIsEqual [
47
PyramidSaveModelVerifier class >> methodIsValid [
48
49
^ self new
50
- verifyBlock: [ :model |
51
- OCScanner isSelector: model savingMethodName ];
+ verifyBlock: [ :model | model savingMethodName isValidSelector ];
52
showBlock: [ :view | view showMethodIsNotValidError ];
53
- yourself
+ yourself.
54
]
55
56
{ #category : #constructor }
0 commit comments