diaspora/app/controllers/passwords_controller.rb
2015-02-18 22:45:46 +01:00

4 lines
200 B
Ruby

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