mirror of
https://github.com/github/rails.git
synced 2026-02-06 04:05:17 -05:00
Remove dead attr_reader from association proxy. Closes #10668 [danger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8737 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
module ActiveRecord
|
||||
module Associations
|
||||
class AssociationProxy #:nodoc:
|
||||
attr_reader :reflection
|
||||
alias_method :proxy_respond_to?, :respond_to?
|
||||
alias_method :proxy_extend, :extend
|
||||
delegate :to_param, :to => :proxy_target
|
||||
|
||||
Reference in New Issue
Block a user