##// END OF EJS Templates
Bulgarian translation updated by Ivan Cenov (#11994)...
Bulgarian translation updated by Ivan Cenov (#11994) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10529 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9368:f2ec23d80cf4
r10319:ba2330d0a0a2
Show More
developer.rb
7 lines | 152 B | text/x-ruby | RubyLexer
class Developer < ActiveRecord::Base
has_and_belongs_to_many :projects
end
class DeVeLoPeR < ActiveRecord::Base
self.table_name = "developers"
end