You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 exampleRelated issue
#96
The text was updated successfully, but these errors were encountered: