Update template to generate 'decorates' line

This commit is contained in:
Jeff Casimir 2011-07-23 08:44:59 -07:00
parent 577277b6bd
commit 5938954616
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
class <%= singular_name.camelize %>Decorator < Draper::Base
decorates :<%= singular_name.to_sym %>
# Helpers from Rails an Your Application
# You can access any helper via a proxy to ApplicationController