Sha256: 0c4155d88adf6511c473873791e301bc0361216d26238e7d1403b99a25e5c9d1
Contents?: true
Size: 225 Bytes
Versions: 3
Compression:
Stored size: 225 Bytes
Contents
module Peatio module Ndc 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
peatio-ndc-0.2.1 | lib/peatio/ndc/railtie.rb |
peatio-ndc-0.1.3 | lib/peatio/ndc/railtie.rb |
peatio-ndc-0.1.0 | lib/peatio/ndc/railtie.rb |