Skip to content

How to set a custom layout? #92

Answered by excid3
iamajvillalobos asked this question in Q&A
Discussion options

You must be logged in to vote

Just override the controller?

# app/controllers/revise_auth_controller.rb
class ReviseAuthController < ::ApplicationController
  layout "auth"
end

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iamajvillalobos
Comment options

Answer selected by iamajvillalobos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #91 on August 02, 2024 14:01.