Sha256: 7605a8f439bac5ad812e4d11d6ea65e414c03e064fe335e6bb6c286e6482bff6

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

require "rails"

module TableFor
  class Engine < Rails::Engine
    initializer "table_for.initialize_helpers" do
      ActiveSupport.on_load(:action_view) do
        include TableFor::HelperMethods
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
table-for-0.0.8 lib/table_for/engine.rb
table-for-0.0.7 lib/table_for/engine.rb
table-for-0.0.6 lib/table_for/engine.rb