Sha256: 06d0e25d015065703a4b87c1bb6f31b6f8de1233f54fdf8e5a727878f3ca2ff7
Contents?: true
Size: 495 Bytes
Versions: 21
Compression:
Stored size: 495 Bytes
Contents
# frozen_string_literal: true require 'cl_wiki/engine' require_relative 'cl_wiki_lib' module ClWiki =begin http://edgeguides.rubyonrails.org/engines.html#inside-an-engine Some engines choose to use this file to put global configuration options for their engine. It's a relatively good idea, and so if you want to offer configuration options, the file where your engine's module is defined is perfect for that. Place the methods inside the module and you'll be good to go. =end end
Version data entries
21 entries across 21 versions & 1 rubygems