2016-11-16 00:56:29 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-02-23 00:00:20 +09:00
|
|
|
module HomeHelper
|
2016-09-13 09:24:40 +09:00
|
|
|
def default_props
|
|
|
|
{
|
2016-11-17 01:20:52 +09:00
|
|
|
locale: I18n.locale,
|
2016-09-13 09:24:40 +09:00
|
|
|
}
|
|
|
|
end
|
2016-02-23 00:00:20 +09:00
|
|
|
end
|