Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created January 4, 2009 14:00
Show Gist options
  • Select an option

  • Save dbussink/43058 to your computer and use it in GitHub Desktop.

Select an option

Save dbussink/43058 to your computer and use it in GitHub Desktop.
begin
DataMapper::Transaction.new(repository.adapter) do
end
redirect target_url
rescue DataMapper::ValidationError => e
@show_new_form = true
render :new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment