Remove redundant blank line at the bottom

This commit is contained in:
Akira Matsuda
2011-11-07 14:31:12 +09:00
parent bcdc2c00d3
commit 42cf5eba26

View File

@@ -3,7 +3,7 @@ class <%= class_name %>Controller < ApplicationController
<% actions.each do |action| -%>
def <%= action %>
end
<%= "\n" unless action == actions.last -%>
<% end -%>
end
<% end -%>