1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove dead code

This commit is contained in:
Aaron Patterson 2013-08-01 10:34:13 -07:00
parent 5dd38ad021
commit 92ab4d6a8a

View file

@ -30,10 +30,6 @@ module ActiveRecord::Associations::Builder
CALLBACKS.each { |callback_name| define_callback(model, callback_name) }
end
def writable?
true
end
def wrap_block_extension
if block_extension
@extension_module = mod = Module.new(&block_extension)