module Anyway::Rails::Config::ClassMethods

Public Instance Methods

new_empty_config() click to toggle source

Make defaults to be a Hash with indifferent access

# File lib/anyway/rails/config.rb, line 14
def new_empty_config
  {}.with_indifferent_access
end