Sha256: e7e9e3e7b5b2e19e317b94b0ed746cc15f944ed9e59815b5c680eb388df0eeff

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

module SheffieldLdapLookup
  class InstallGenerator < Rails::Generators::Base
    source_root File.expand_path("../templates", __FILE__)
    
    def create_initializer
      copy_file "sheffield_ldap_lookup.rb", "config/initializers/sheffield_ldap_lookup.rb"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sheffield_ldap_lookup-0.0.10 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.9 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.7 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.5 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.4 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.3 lib/generators/sheffield_ldap_lookup/install_generator.rb
sheffield_ldap_lookup-0.0.2 lib/generators/sheffield_ldap_lookup/install_generator.rb