valuable icon indicating copy to clipboard operation
valuable copied to clipboard

has_value should accept blocks

Open mustmodify opened this issue 10 years ago • 0 comments

class AppConfig < Valuable
  has_value :stripe do
    has_value :secret_key
    has_value :public_key
    has_value :show_test_instructions
  end
end

mustmodify avatar May 19 '15 15:05 mustmodify