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.
- Grails 4.0+
- JDK 1.8+
- Spring Security Core Plugin 4.0+
compile 'org.grails.plugins:trackable:0.1.1--SNAPSHOT'
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