##// END OF EJS Templates
PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, #117)....
PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, #117). Japanese Shift_JIS and Traditional Chinese Big5 have '0x5c'(backslash) problem. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5343 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3656:1a145dca25ec
r5223:a4bad1435912
Show More
controller.rb.erb
9 lines | 146 B | text/plain | TextLexer
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 class <%= class_name %>Controller < ApplicationController
Eric Davis
Plugin models and controllers must be unloadable....
r3656 unloadable
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 <% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end