Closed chandu closed 11 years ago
Will apply this next time I sit down to do some work. Thanks!
Hi @Chandu, just noticed the pull-request was sent to master instead of develop. Can you please change it to develop so I can merge it?
Submitted another pull request to develop branch. Closing this one
Changed:
var actionNameAttribute = (ActionNameAttribute) Attribute.GetCustomAttribute(actionMethod, typeof (ActionNameAttribute));
to
var actionNameAttribute = (ActionNameAttribute) Attribute.GetCustomAttribute(actionMethod, ActionNameAttributeType);
of FluentSecurity.Extensions.cs