Sha256: feda8ab580898509d400f2b5c8527cf85336e63c36d9b3850d5e7f8aa7184087

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

module Cms
  module ContentSyncing

    # Handles adding this Module's rake tasks to a given Rails/CMS project.
    def self.load_rake_tasks
      $VERBOSE = nil
      Dir["#{Gem.searcher.find('bcms_content_syncing').full_gem_path}/lib/tasks/*.rake"].each { |ext| load ext }
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bcms_content_syncing-1.0.2 lib/bcms_content_syncing/rake_tasks.rb
bcms_content_syncing-1.0.1 lib/bcms_content_syncing/rake_tasks.rb
bcms_content_syncing-1.0.0 lib/bcms_content_syncing/rake_tasks.rb