siddick/siddick

View on GitHub
app/helpers/profiles_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ProfilesHelper
  def provider_image(name, size = 32)
    "https://github.com/intridea/authbuttons/raw/master/png/#{name}_#{size}.png"
  end
end