lib/peatio/goldcash/hooks.rb in peatio-goldcash-2.6.7 vs lib/peatio/goldcash/hooks.rb in peatio-goldcash-2.6.8

- old
+ new

@@ -26,16 +26,16 @@ ].join('\n').tap {|s| Kernel.abort s } end end def register - Peatio::Blockchain.registry[:goldcashcash] = Goldcash::Blockchain - Peatio::Wallet.registry[:goldcashcashd] = Goldcash::Wallet + Peatio::Blockchain.registry[:goldcash] = Goldcash::Blockchain + Peatio::Wallet.registry[:goldcashd] = Goldcash::Wallet end end if defined?(Rails::Railtie) - require "peatio/goldcashcash/railtie" + require "peatio/goldcash/railtie" else check_compatibility register end end