Sha256: ca22bcc8eae33fa135a9c008888476a658932088f251274ad03fd51eab5ef63d
Contents?: true
Size: 228 Bytes
Versions: 6
Compression:
Stored size: 228 Bytes
Contents
module Peatio module Nexbit 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
6 entries across 6 versions & 2 rubygems