6 lines
83 B
Ruby
6 lines
83 B
Ruby
module BridgeHelper
|
|
def bridge_icon(name)
|
|
asset_url("#{name}.svg")
|
|
end
|
|
end
|