module BiolaWcmsComponents

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/biola_wcms_components.rb, line 19
def self.config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/biola_wcms_components.rb, line 15
def self.configure
  yield config
end