Skip to content

billgonemad/grails-trackable

Repository files navigation

Trackable Grails Plugin Build Status

Welcome to the source code for the Trackable Grails Plugin.

This plugin provides the ability for users to track things such as countries visited, favorite beers, etc.

Requirements

  • Grails 4.0+
  • JDK 1.8+
  • Spring Security Core Plugin 4.0+

Installation

compile 'org.grails.plugins:trackable:0.1.1--SNAPSHOT'

Usage

On any domain classes you wish users to be able to track, you'll just need to implement the Trackable trait provited.

class Country implements Trackable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published