use _path in views, and scope to engine

This commit is contained in:
2022-12-21 00:09:44 +02:00
parent ca029d274c
commit 529fe6d3de
21 changed files with 70 additions and 106 deletions

View File

@ -1,2 +1,5 @@
class ApplicationController < ActionController::Base
def authenticate_member!
true
end
end