module Para::I18n

Constants

VERSION

Public Class Methods

method_missing(method, *args, &block) click to toggle source

Your code goes here…

# File lib/para/i18n.rb, line 32
def self.method_missing(method, *args, &block)
  ::I18n.send(method, *args, &block)
end