Sha256: c0d645f5b7435293a1ee5a6b084a7e4dceb621ef40f178884e96f81a9fef1ae8

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

module Peatio
  module Hthcoin
    class Railtie < Rails::Railtie
      config.before_initialize do
        Hooks.check_compatibility
      end

      config.after_initialize do
        Hooks.register
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultex-hthcoin-0.2.1 lib/peatio/hthcoin/railtie.rb