module Oxd # Generator module for oxd_config.rb module Generators # class to generate oxd config file through "rails generate" command # @example # rails generate oxd:config class ConfigGenerator < Rails::Generators::Base source_root File.expand_path(File.join(File.dirname(__FILE__), 'templates')) desc <