Skip to content

Commit

Permalink
Fix layout for privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolond committed Nov 12, 2024
1 parent 7394f7b commit 805b3fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

class HomeController < ApplicationController
layout "home", only: %i[index]
layout "no_columns", only: %i[terms]
layout "no_columns", except: %i[index]
allow_unauthenticated_access

def index; end

def terms; end
end

0 comments on commit 805b3fa

Please sign in to comment.