class Devise::RegistrationsController

def new

GET /resource/sign_up
def new
  resource = build_resource({})
  respond_with resource
end