Method: Pageflow::TextDirectionHelper#text_direction

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

#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