diff --git a/app/views/recruitments/index.html.erb b/app/views/recruitments/index.html.erb index de5369b..ce3a823 100644 --- a/app/views/recruitments/index.html.erb +++ b/app/views/recruitments/index.html.erb @@ -1,5 +1,5 @@ <% thissession = action_data("check_session") %> -<% if thissession["session"] == "true" %> +<% if thissession["session"] == "true" || thissession["session"] == true %> <%= render_view %>