Skip to content

Instantly share code, notes, and snippets.

View pelli23's full-sized avatar

Andres Pellicer pelli23

  • Rabolargo (BVI) Holdings, Ltd
  • Malta
View GitHub Profile
@pelli23
pelli23 / designer.html
Last active August 29, 2015 14:18
designer
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
package purchases
import org.springframework.dao.DataIntegrityViolationException
class PurchaseController {
static allowedMethods = [save: "POST", update: "POST", delete: "POST"]
def index() {
redirect(action: "list", params: params)