Module: CustomWords::ViewHelpers

Defined in:
lib/custom_words/view_helpers.rb

Instance Method Summary collapse

Instance Method Details

#custom(key) ⇒ Object



3
4
5
# File 'lib/custom_words/view_helpers.rb', line 3

def custom key
  CustomWords.fetch_word(key)
end