Sha256: 629ff89748bd26f612363e39ae0e9c3aa636afe4c3a702d4480d8950270850c1

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

module ActiveSambaLdap
  module GetTextSupport
    class << self
      def included(base)
        base.class_eval do
          include(ActiveLdap::GetText)
          bindtextdomain("active-samba-ldap") if respond_to?(:bindtextdomain)
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activesambaldap-0.1.0 lib/active_samba_ldap/get_text_support.rb
activesambaldap-0.0.9 lib/active_samba_ldap/get_text_support.rb