Sha256: efae85f896af1c6255a9761af4f3a8d8b53de9574587777fb5eacf112d5d5a7c
Contents?: true
Size: 331 Bytes
Versions: 8
Compression:
Stored size: 331 Bytes
Contents
require File.expand_path('../boot', __FILE__) require 'wagn/all' module WagnTest class Application < Wagn::Application config.encoding = "utf-8" config.recaptcha_public_key = '6LdhRssSAAAAAFfLt1Wkw43hoaA8RTIgso9-tvtc' config.recaptcha_private_key = '6LdhRssSAAAAAGwzl069pJQBdmzCZigm1nV-dmqK' end end
Version data entries
8 entries across 8 versions & 1 rubygems