##// END OF EJS Templates
Change attachment link to download and add a view link for text attachments (#4774)....
Change attachment link to download and add a view link for text attachments (#4774). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8645 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8525:002081f2245e
Show More
time_entry_activity.rb
5 lines | 142 B | text/x-ruby | RubyLexer
/ test / exemplars / time_entry_activity.rb
Eric Davis
Configured object_daddy to help generate test data instead of fixtures. #4004...
r2816 class TimeEntryActivity < Enumeration
Etienne Massip
Cleanup test exemplars and fix subsequent @#generate@ calls generating same values (#7613)....
r7338 generator_for :name, :start => 'TimeEntryActivity0'
Eric Davis
Configured object_daddy to help generate test data instead of fixtures. #4004...
r2816 generator_for :type => 'TimeEntryActivity'
end