module TranslatableFields

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/translatable_fields.rb, line 10
def self.config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/translatable_fields.rb, line 6
def self.configure
  yield(config)
end