Sha256: d5f1bbfd5220e4b77cc7aa53429a5e62d6235eed6d8b8d5a3311dc93f9ec1ae0

Contents?: true

Size: 191 Bytes

Versions: 7

Compression:

Stored size: 191 Bytes

Contents

# encoding: UTF-8

module ArelHelpers
  module ArelTable

    extend ActiveSupport::Concern

    module ClassMethods

      def [](name)
        arel_table[name]
      end

    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arel-helpers-2.1.0 lib/arel-helpers/arel_table.rb
arel-helpers-2.0.2 lib/arel-helpers/arel_table.rb
arel-helpers-2.0.1 lib/arel-helpers/arel_table.rb
arel-helpers-2.0.0 lib/arel-helpers/arel_table.rb
arel-helpers-1.2.0 lib/arel-helpers/arel_table.rb
arel-helpers-1.1.0 lib/arel-helpers/arel_table.rb
arel-helpers-1.0.0 lib/arel-helpers/arel_table.rb