MakeYourLaws/MakeYourLaws

View on GitHub
app/helpers/main_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module MainHelper
  def btc_anon_image name, size = 16
    image_tag "btc_anon/#{name}_#{size}.png", height: size, width: size
  end
end