Method: Cloudfuji.setup

Defined in:
lib/cloudfuji.rb

.setup {|_self| ... } ⇒ Object

Default way to setup Cloudfuji. Run rails generate cloudfuji_install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:

  • _self (Cloudfuji)

    the object that the method was called on



53
54
55
# File 'lib/cloudfuji.rb', line 53

def self.setup
  yield self
end