Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow array of fnNames for before and after #42

Open
prestonp opened this issue Jun 26, 2014 · 1 comment
Open

Allow array of fnNames for before and after #42

prestonp opened this issue Jun 26, 2014 · 1 comment

Comments

@prestonp
Copy link
Collaborator

In addition to specifying a single method like

dirac.dals.orders.before( 'findOne', orderStatusesHandler );

Support multiple methods by passing in an array

dirac.dals.orders.before( [ 'findOne', 'find' ], orderStatusesHandler );
@jrf0110
Copy link
Owner

jrf0110 commented Jun 26, 2014

Yeaaaaaaaaah I've been meaning to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants