class Devise::SessionsController

def new

GET /resource/sign_in
def new
  self.resource = build_resource(nil, :unsafe => true)
  clean_up_passwords(resource)
  respond_with(resource, serialize_options(resource))
end