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