##// END OF EJS Templates
pdf: lib: add the method to return attachment from filename and encoding (#3261)...
pdf: lib: add the method to return attachment from filename and encoding (#3261) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7912 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3656:1a145dca25ec
r7792:f936b7b5a4ec
Show More
model.rb.erb
3 lines | 62 B | text/plain | TextLexer
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 class <%= class_name %> < ActiveRecord::Base
Eric Davis
Plugin models and controllers must be unloadable....
r3656 unloadable
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 end