Module: Tenon::PlatformHintsHelper

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

Instance Method Summary collapse

Instance Method Details

#platform_hints(color) ⇒ Object



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

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