3 lines
149 B
Ruby
3 lines
149 B
Ruby
class PasswordsController < Devise::PasswordsController
|
|
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }
|
|
end
|