Fixed user settings.

This commit is contained in:
benni 2012-07-31 18:21:42 +02:00
parent ef2ce98e46
commit f759552022
19 changed files with 925 additions and 5 deletions

View file

@ -0,0 +1,14 @@
class TestUser < ActiveRecord::Base
acts_as_configurable
end
class TestGroup < ActiveRecord::Base
acts_as_configurable
acts_as_configurable_target
end