module Buoys

Constants

VERSION

Public Class Methods

buoy_file_paths() click to toggle source
# File lib/buoys.rb, line 13
def buoy_file_paths
  @buoy_file_paths ||= [
    Rails.root.join('config', 'buoys', '**', '*.rb')
  ]
end
configure() { |Config| ... } click to toggle source
# File lib/buoys.rb, line 19
def configure
  yield Buoys::Config
end