mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55: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;
|
LJaMethods := LJoResp.O[lControllerClassName].A['actions']; // TJSONArray.Create;
|
||||||
// LJoControllerInfo.AddPair('actions', LJaMethods);
|
// LJoControllerInfo.AddPair('actions', LJaMethods);
|
||||||
LMethods := LRttiType.GetDeclaredMethods;
|
LMethods := LRttiType.GetMethods;
|
||||||
for LMethod in LMethods do
|
for LMethod in LMethods do
|
||||||
begin
|
begin
|
||||||
LFoundAttrib := False;
|
LFoundAttrib := False;
|
||||||
|
Loading…
Reference in New Issue
Block a user