Don't show flash message when opening the root URL while signed out
This commit is contained in:
parent
de45d070aa
commit
8eb5f093a4
@ -1,5 +1,5 @@
|
|||||||
class DashboardController < ApplicationController
|
class DashboardController < ApplicationController
|
||||||
before_action :authenticate_user!
|
before_action :require_user_signed_in
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@current_section = :services
|
@current_section = :services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user