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