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 to configure Engine routes #164

Open
fedeagripa opened this issue May 25, 2020 · 1 comment
Open

Allow to configure Engine routes #164

fedeagripa opened this issue May 25, 2020 · 1 comment

Comments

@fedeagripa
Copy link

Actual behaviour

Right now as routes are being added using class_eval there is no configurable way to modify the routes being added (besides re defining the same class_eval yourself in an initializer).

Expected behaviour

Routes could be modified, ideally with except: :delete for example

Related issue

#96

@adamstegman
Copy link
Collaborator

This is a good idea! I'll need to do some research on how this could work.

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