Module EasypicHelper
In: app/helpers/easypic_helper.rb

Methods

Public Instance methods

[Source]

   # File app/helpers/easypic_helper.rb, line 2
2:         def get_content
3:         #returns @picfile with html image formatting
4:                 image_html(@picfile,"560x400")
5:         end

[Validate]