Hi there,
I've seen your project but it'd be better if the root page was a list of recent questions instead of sign in page?
EDIT: Your application_controller.rb file under app/controllers folder has a line that requires each user to force them sign in:
before_action :authenticate_user!
It'd be better if it was inside sub controllers instead of the application controller?
Hi there,
I've seen your project but it'd be better if the root page was a list of recent questions instead of sign in page?
EDIT: Your
application_controller.rbfile underapp/controllersfolder has a line that requires each user to force them sign in:It'd be better if it was inside sub controllers instead of the application controller?