Flowdock
method

define_callbacks

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: HasOne
define_callbacks(model, reflection) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/builder/has_one.rb, line 19
    def self.define_callbacks(model, reflection)
      super
      add_touch_callbacks(model, reflection) if reflection.options[:touch]
    end
Register or log in to add new notes.