Sha256: fa70bd4d2172af23966f64efa2d232244f9a2db746671a638917a1c14e274225
Contents?: true
Size: 250 Bytes
Versions: 17
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true module RailwayIpc class Railtie < Rails::Railtie railtie_name :railway_ipc rake_tasks do path = File.expand_path(__dir__) Dir.glob("#{path}/tasks/**/*.rake").each { |f| load f } end end end
Version data entries
17 entries across 17 versions & 1 rubygems