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:
parent
5dd38ad021
commit
92ab4d6a8a
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue