diaspora/app/controllers/passwords_controller.rb
Steffen van Bergerem e188782a9a Remove blueprint code
2015-03-02 00:04:57 +01:00

3 lines
149 B
Ruby

class PasswordsController < Devise::PasswordsController
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }
end