Skip to content

Commit

Permalink
Pull primitives up one level
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Oct 1, 2009
1 parent bcd8ffa commit 71d65b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion lib/arel/algebra.rb
@@ -1,4 +1,9 @@
require 'arel/algebra/core_extensions'

require 'arel/algebra/attribute'
require 'arel/algebra/expression'
require 'arel/algebra/ordering'
require 'arel/algebra/predicates'
require 'arel/algebra/relations'
require 'arel/algebra/primitives'
require 'arel/algebra/value'

File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions lib/arel/algebra/primitives.rb

This file was deleted.

File renamed without changes.

0 comments on commit 71d65b7

Please sign in to comment.