class Devise::RegistrationsController

def new

GET /resource/sign_up
def new
  build_resource
  yield resource if block_given?
  respond_with resource
end