diaspora/app/controllers/passwords_controller.rb
goobertron 2a145e67ab Update design of forgot_password and change_password forms
Fix redirect to stream, make labels lower-case

Fix cuke
2014-02-09 15:48:06 +00:00

4 lines
181 B
Ruby

class PasswordsController < Devise::PasswordsController
layout "application", :only => [:new]
before_filter -> { @css_framework = :bootstrap }, only: [:new, :create, :edit]
end