Moved some plugins from vendor/plugins into Gemfile.
This commit is contained in:
parent
8141c06fa5
commit
5636e200dc
46 changed files with 17 additions and 4323 deletions
|
|
@ -1,14 +0,0 @@
|
|||
class TestUser < ActiveRecord::Base
|
||||
|
||||
acts_as_configurable
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
class TestGroup < ActiveRecord::Base
|
||||
|
||||
acts_as_configurable
|
||||
acts_as_configurable_target
|
||||
|
||||
end
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
test_groups_001:
|
||||
id: "1"
|
||||
display_name: Clan of the Cavebear
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue