Module: Granite::Projector::Translations::Helper

Extended by:
ActiveSupport::Concern
Included in:
Controller
Defined in:
lib/granite/projector/translations/helper.rb

Instance Method Summary collapse

Instance Method Details

#translate(*args) ⇒ Object Also known as: t



15
16
17
# File 'lib/granite/projector/translations/helper.rb', line 15

def translate(*args)
  super(*scope_translation_args_by_projector(args, action_name: action_name))
end