1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/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