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

View file

@ -0,0 +1,4 @@
---
test_groups_001:
id: "1"
display_name: Clan of the Cavebear

View file

@ -0,0 +1,11 @@
---
test_users_001:
name: Bob Testuser
id: "1"
login: bob
email: bob@example.com
test_users_002:
name: Ken Testuser
id: "2"
login: ken
email: ken@example.com