diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 12:18:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 12:18:16 +0000 |
commit | 81e6ac5e481aa7518e615d1ec2588d44af0e07d5 (patch) | |
tree | a9f695725f1df5df451c625320e1cd250e9f2489 /databases/Makefile | |
parent | 0128ee40a84519fc86305164c5437974c1cdb8f5 (diff) |
- Add rubygem-state_machines-activerecord 0.3.0
The StateMachines Active Record 4.1+ integration adds support for database
transactions, automatically saving the record, named scopes, validation errors.
WWW: https://github.com/state-machines/state_machines-activerecord
Notes
Notes:
svn path=/head/; revision=404853
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 844dd90f116b..c6561de70b63 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -907,6 +907,7 @@ SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-state_machines-activemodel + SUBDIR += rubygem-state_machines-activerecord SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance |