Ensure the flash notice passes through the redirect
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class LandingsController < ApplicationController
|
||||
def show
|
||||
flash.keep(:welcome_letter)
|
||||
|
||||
if Current.user.boards.one?
|
||||
redirect_to board_path(Current.user.boards.first)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user