Skip to content

Instantly share code, notes, and snippets.

@cmorss
Created December 27, 2019 20:52
Show Gist options
  • Save cmorss/8b797e480db5c362c56feb080b38e42f to your computer and use it in GitHub Desktop.
Save cmorss/8b797e480db5c362c56feb080b38e42f to your computer and use it in GitHub Desktop.
def create
self.resource = resource_class.send_confirmation_instructions(resource_params)
yield resource if block_given?
render_resource(resource, blueprint: :admin)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment