Skip to content

Instantly share code, notes, and snippets.

@dasch
Created January 9, 2012 21:38
Show Gist options
  • Save dasch/1585086 to your computer and use it in GitHub Desktop.
Save dasch/1585086 to your computer and use it in GitHub Desktop.
def create
@profile = ProfileManager.create(params[:profile])
rescue ProfileManager::CreationFailed => e
render :new, :errors => e.errors
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment