Method: God::Configurable#prepare

Defined in:
lib/god/configurable.rb

#prepareObject

Override this method in your Configurable (optional)

Called once after the Configurable has been sent to the block and attributes have been set. Do any post-processing on attributes here



8
9
10
# File 'lib/god/configurable.rb', line 8

def prepare
  
end