Module: GlobalizeHelper

Defined in:
app/helpers/globalize_helper.rb

Instance Method Summary collapse

Instance Method Details



2
3
4
# File 'app/helpers/globalize_helper.rb', line 2

def link_to_globalize_feedback(text = "Send Feedback", locale = I18n.default_locale)
  link_to text, feedback_globalize_translations_path(:locale => locale)
end