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