Module: Tenon::PlatformHintsHelper

Defined in:
app/helpers/tenon/platform_hints_helper.rb

Instance Method Summary collapse

Instance Method Details

#platform_hints(color) ⇒ Object



3
4
5
# File 'app/helpers/tenon/platform_hints_helper.rb', line 3

def platform_hints(color)
  render 'tenon/shared/platform_hints', color: color
end