Sha256: ed94f48742962134f1300b1a931d80a052e6c8a1e42535649d852fa836eeec62

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

module Findable
  class Railtie < ::Rails::Railtie
    initializer "findable" do
      ActiveSupport.on_load(:active_record) do
        require "findable/associations/active_record_ext"
      end
    end

    rake_tasks do
      load "tasks/findable.rake"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
findable-0.1.3 lib/findable/railtie.rb
findable-0.1.2 lib/findable/railtie.rb
findable-0.1.1 lib/findable/railtie.rb
findable-0.1.0 lib/findable/railtie.rb