Moved some plugins from vendor/plugins into Gemfile.

This commit is contained in:
benni 2012-04-15 19:13:38 +02:00
parent 8141c06fa5
commit 5636e200dc
46 changed files with 17 additions and 4323 deletions

View file

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