Module: PhotosHelper

Defined in:
app/helpers/photos_helper.rb

Instance Method Summary collapse

Instance Method Details

#photo_uploader(photographable) ⇒ Object



3
4
5
# File 'app/helpers/photos_helper.rb', line 3

def photo_uploader(photographable)
  render :partial => "admin/photos/photo_uploader", :locals => {:photographable => photographable}
end