diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-01-10 21:54:09 -0800 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-01-10 21:54:09 -0800 |
commit | dbdd86c689e962641d98ed0474a60d401582eac9 (patch) | |
tree | b606854e4e803ce3410ca5edf8a795dc9b184ac1 /lib/active_relation/relations/compound_relation.rb | |
parent | 45b6111c2961e018df87fe2230caf1d5a14f2aee (diff) | |
download | rails-dbdd86c689e962641d98ed0474a60d401582eac9.tar.gz rails-dbdd86c689e962641d98ed0474a60d401582eac9.tar.bz2 rails-dbdd86c689e962641d98ed0474a60d401582eac9.zip |
renamed files, removed _relation suffix
Diffstat (limited to 'lib/active_relation/relations/compound_relation.rb')
-rw-r--r-- | lib/active_relation/relations/compound_relation.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/active_relation/relations/compound_relation.rb b/lib/active_relation/relations/compound_relation.rb deleted file mode 100644 index 442224a011..0000000000 --- a/lib/active_relation/relations/compound_relation.rb +++ /dev/null @@ -1,9 +0,0 @@ -module ActiveRelation - module Relations - class Compound < Base - attr_reader :relation - - delegate :attributes, :attribute, :joins, :selects, :orders, :table, :inserts, :limit, :offset, :to => :relation - end - end -end
\ No newline at end of file |