Merge branch 'master' into aperez-email-specs-for-commentables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user