1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 15:28:27 +09:00
whippy-edition/app/helpers/home_helper.rb

10 lines
118 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-23 00:00:20 +09:00
module HomeHelper
def default_props
{
locale: I18n.locale,
}
end
2016-02-23 00:00:20 +09:00
end