Merge branch 'master' into aperez-email-specs-for-commentables

This commit is contained in:
Raimond Garcia
2017-12-07 13:05:25 +01:00
committed by GitHub
68 changed files with 1084 additions and 121 deletions

View File

@@ -60,4 +60,8 @@ module ApplicationHelper
def format_price(number)
number_to_currency(number, precision: 0, locale: I18n.default_locale)
end
def kaminari_path(url)
"#{root_url.chomp("\/")}#{url}"
end
end