stevepolitodesign / rails_mvp_authentication

An authentication generator for Rails 7. Generate all the files needed to create a feature rich authentication system that you control. No configuration needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command to create Authentication concern

stevepolitodesign opened this issue · comments

  • Should create app/controllers/concerns/authentication.rb with this content.
  • Should include concern in /app/controllers/application_controller.rb like this.