module Zoho

require “zoho/railtie” require “zoho/engine”

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure(&blk) click to toggle source
# File lib/zoho.rb, line 7
def configure &blk
  self.configuration ||= Zoho::Configuration.new.tap(&blk)
end