Module: Practical::Helpers::SelectorHelper

Defined in:
lib/practical/helpers/selector_helper.rb

Instance Method Summary collapse

Instance Method Details

#id_selector(text) ⇒ Object



4
5
6
7
# File 'lib/practical/helpers/selector_helper.rb', line 4

def id_selector(text)
  text = text.to_param if text.is_a?(GlobalID)
  "##{text}"
end