module CustomWords::ViewHelpers
Public Instance Methods
custom(key)
click to toggle source
# File lib/custom_words/view_helpers.rb, line 3 def custom key CustomWords.fetch_word(key) end
# File lib/custom_words/view_helpers.rb, line 3 def custom key CustomWords.fetch_word(key) end