mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
This commit is contained in:
parent
10444c9714
commit
c8e8a007f2
@ -163,7 +163,7 @@ begin
|
||||
|
||||
LJaMethods := LJoResp.O[lControllerClassName].A['actions']; // TJSONArray.Create;
|
||||
// LJoControllerInfo.AddPair('actions', LJaMethods);
|
||||
LMethods := LRttiType.GetDeclaredMethods;
|
||||
LMethods := LRttiType.GetMethods;
|
||||
for LMethod in LMethods do
|
||||
begin
|
||||
LFoundAttrib := False;
|
||||
|
Loading…
Reference in New Issue
Block a user