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