UsersHelper

Public Instance Methods

validate_avatar_url(url) click to toggle source
   # File app/helpers/users_helper.rb, line 3
3:   def validate_avatar_url url

4:     return url if url.present? and FileTest.exists? url

5:     "examples/user-big.jpg"

6:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.