module TranslationHelper
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/translation_helper.rb, line 19 def self.included(base) base.extend(ClassMethods) end
# File lib/translation_helper.rb, line 19 def self.included(base) base.extend(ClassMethods) end