Skip to content

billgonemad/grails-trackable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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