##// END OF EJS Templates
Don't use auth_sources fixtures when not needed....
Don't use auth_sources fixtures when not needed. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8915 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8795:a9161a3fdeff
Show More
issue_category_exemplar.rb
4 lines | 95 B | text/x-ruby | RubyLexer
/ test / exemplars / issue_category_exemplar.rb
class IssueCategory < ActiveRecord::Base
generator_for :name, :start => 'Category 0001'
end