Sha256: 97f1190013d8eff3af711961a4a77cd6137d26cdbc90c191ca23df5e0085e49f
Contents?: true
Size: 124 Bytes
Versions: 2
Compression:
Stored size: 124 Bytes
Contents
module DbSync class Railtie < ::Rails::Railtie rake_tasks do load "tasks/db_sync_tasks.rake" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
db_sync-0.0.2 | lib/db_sync/railtie.rb |
db_sync-0.0.1 | lib/db_sync/railtie.rb |