devise_saml_authenticatable icon indicating copy to clipboard operation
devise_saml_authenticatable copied to clipboard

Allow to configure Engine routes

Open fedeagripa opened this issue 4 years ago • 1 comments

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

fedeagripa avatar May 25 '20 15:05 fedeagripa

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

adamstegman avatar May 28 '20 15:05 adamstegman