degzcs/paperclip-googledrive

View on GitHub
lib/paperclip/google_drive/railtie.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'active_support/core_ext/module'
module Paperclip
  module GoogleDrive
    class Railtie < Rails::Railtie
      rake_tasks do
        load "paperclip/google_drive/tasks.rake"
      end
    end
  end
end