types and deparsing and recalculation part working
[scpubgit/DX.git] / lib / DX / ActionPolicy / Allow.pm
CommitLineData
3e465d5d 1package DX::ActionPolicy::Allow;
2
3use DX::Class;
4
5with 'DX::Role::ActionPolicy';
6
7sub allows { 1 }
8
91;