Module: TanoshimuUtils::Concerns::Translatable

Extended by:
ActiveSupport::Concern
Defined in:
lib/tanoshimu_utils/concerns/translatable.rb

Instance Method Summary collapse

Instance Method Details

#metaclassObject



6
7
8
9
10
# File 'lib/tanoshimu_utils/concerns/translatable.rb', line 6

def metaclass
  class << self
    self
  end
end