Sha256: a7b0e3b3d38c49ab66cd6d42c13a6fb107d73a63a70360c2f6f04e92215c658c
Contents?: true
Size: 337 Bytes
Versions: 15
Compression:
Stored size: 337 Bytes
Contents
# encoding: UTF-8 require 'iqvoc/compound_forms/version' module IqvocCompoundForms unless Iqvoc.const_defined?(:CompoundForms) && Iqvoc::CompoundForms.const_defined?(:Application) require File.join(File.dirname(__FILE__), '../config/engine') end ActiveSupport.on_load(:after_iqvoc_config) do require 'iqvoc' end end
Version data entries
15 entries across 15 versions & 1 rubygems