Module: I17n::ControllerAdditive

Extended by:
ActiveSupport::Concern
Defined in:
lib/i17n.rb

Instance Method Summary collapse

Instance Method Details

#t(*args) ⇒ Object



28
29
30
# File 'lib/i17n.rb', line 28

def t(*args)
  I17n.t(*args)
end