Sha256: a8abe5a242ea46dbe64687f3699e0f72f24394d041d4d98450cc7ae7aca953dd

Contents?: true

Size: 252 Bytes

Versions: 24

Compression:

Stored size: 252 Bytes

Contents

module Brightcontent
  module Attachments
    class Engine < ::Rails::Engine
      initializer "Add attachments class method" do
        ActiveSupport.on_load(:active_record) do
          include ModelExtensions
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
brightcontent-attachments-2.6.0 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.5.1 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.5.0 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.6 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.5 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.4 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.3 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.2 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.1 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.4.0 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.3.4 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.3.3 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.3.2 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.3.1 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.3.0 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.2.2 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.2.1 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.2.0 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.1.5 lib/brightcontent/attachments/engine.rb
brightcontent-attachments-2.1.4 lib/brightcontent/attachments/engine.rb