Module: Pageflow::TextDirectionHelper

Defined in:
app/helpers/pageflow/text_direction_helper.rb

Instance Method Summary collapse

Instance Method Details

#text_direction(locale) ⇒ Object



3
4
5
# File 'app/helpers/pageflow/text_direction_helper.rb', line 3

def text_direction(locale)
  PublicI18n.text_direction(locale)
end