Sha256: bf548861f4b549a6d06ddbb5d8933092e31154f39648bc35a6d7ff0b62fa4e79

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
activesambaldap-0.0.8 lib/active_samba_ldap/get_text_support.rb
ActiveSambaLdap-0.0.7 lib/active_samba_ldap/get_text_support.rb
activesambaldap-0.0.7 lib/active_samba_ldap/get_text_support.rb
activesambaldap-0.0.4 lib/active_samba_ldap/get_text_support.rb
activesambaldap-0.0.5 lib/active_samba_ldap/get_text_support.rb
activesambaldap-0.0.6 lib/active_samba_ldap/get_text_support.rb