Module: Pagy::I18nExtra

Included in:
Frontend
Defined in:
lib/pagy/extras/i18n.rb

Overview

Use ::I18n gem

Instance Method Summary collapse

Instance Method Details

#pagy_t(key, **opts) ⇒ Object



7
8
9
# File 'lib/pagy/extras/i18n.rb', line 7

def pagy_t(key, **opts)
  ::I18n.t(key, **opts)
end