Method: EasyMenu::Helpers#html_option_keys
- Defined in:
- lib/easy_menu_helpers.rb
#html_option_keys ⇒ Object
32 33 34 |
# File 'lib/easy_menu_helpers.rb', line 32 def html_option_keys HTML_OPTIONS + @options.keys.select{|key| key.to_s.starts_with? 'data-'} end |