Method: Bj::Table::Config::ClassMethods#conditions

Defined in:
lib/bj/table.rb

#conditions(options = {}) ⇒ Object



248
249
250
251
252
253
254
# File 'lib/bj/table.rb', line 248

def conditions options = {}
  options.to_options!
  options.reverse_merge!(
    :hostname => Bj.hostname
  )
  options
end