Sha256: 9a7f53d6e92c00565a9316c261a1ad2c40b5c4cf7a1d2b398f99b12f96118746
Contents?: true
Size: 384 Bytes
Versions: 10
Compression:
Stored size: 384 Bytes
Contents
ActiveSupport::Dependencies.load_once_paths << lib_path # disable reloading of this plugin require 'muck_invites' require 'muck_invites/initialize_routes' if config.respond_to?(:gems) config.gem "contacts" else begin require 'contacts' rescue LoadError begin gem 'contacts' rescue Gem::LoadError puts "Please install the contacts gem" end end end
Version data entries
10 entries across 10 versions & 1 rubygems