mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
Moved Rails plugins required by the core to lib/plugins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
7
lib/plugins/classic_pagination/test/fixtures/developer.rb
vendored
Normal file
7
lib/plugins/classic_pagination/test/fixtures/developer.rb
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
class Developer < ActiveRecord::Base
|
||||
has_and_belongs_to_many :projects
|
||||
end
|
||||
|
||||
class DeVeLoPeR < ActiveRecord::Base
|
||||
set_table_name "developers"
|
||||
end
|
||||
Reference in New Issue
Block a user